[jboss-svn-commits] JBL Code SVN: r8311 - labs/jbossrules/trunk/drools-core/src/main/java/org/drools/spi

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 14 05:54:14 EST 2006


Author: mark.proctor at jboss.com
Date: 2006-12-14 05:54:12 -0500 (Thu, 14 Dec 2006)
New Revision: 8311

Removed:
   labs/jbossrules/trunk/drools-core/src/main/java/org/drools/spi/TypeResolver.java
Log:
JBRULES-339  'from' support for reasoning over facts not in the working memory
-TypeResolver and ClassTypeResolver now come from  JFDI, so remove core  and compiler versions

Deleted: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/spi/TypeResolver.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/spi/TypeResolver.java	2006-12-14 10:18:29 UTC (rev 8310)
+++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/spi/TypeResolver.java	2006-12-14 10:54:12 UTC (rev 8311)
@@ -1,28 +0,0 @@
-package org.drools.spi;
-
-/*
- * Copyright 2005 JBoss Inc
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-import java.util.List;
-
-public interface TypeResolver {
-    public List getImports();
-
-    public void addImport(String importEntry);
-
-    public Class resolveType(String className) throws ClassNotFoundException;
-
-}
\ No newline at end of file




More information about the jboss-svn-commits mailing list