Package org.evrete.dsl
Class JavaDSLJarProvider
java.lang.Object
org.evrete.dsl.JavaDSLJarProvider
- All Implemented Interfaces:
DSLKnowledgeProvider
public class JavaDSLJarProvider extends Object
-
Constructor Summary
Constructors Constructor Description JavaDSLJarProvider() -
Method Summary
Modifier and Type Method Description voidapply(RuntimeContext<?> targetContext, InputStream... streams)voidapply(RuntimeContext<?> targetContext, URL... resources)Knowledgecreate(KnowledgeService service, URL... resources)StringgetName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.evrete.api.spi.DSLKnowledgeProvider
apply
-
Constructor Details
-
JavaDSLJarProvider
public JavaDSLJarProvider()
-
-
Method Details
-
create
- Throws:
IOException
-
getName
-
apply
- Throws:
IOException
-
apply
- Specified by:
applyin interfaceDSLKnowledgeProvider- Throws:
IOException
-