org.drools.command.builder
Class KnowledgeBuilderAddCommand
java.lang.Object
org.drools.command.builder.KnowledgeBuilderAddCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Void>, GenericCommand<Void>
public class KnowledgeBuilderAddCommand
- extends Object
- implements GenericCommand<Void>
- See Also:
- Serialized Form
Constructor Summary |
KnowledgeBuilderAddCommand(org.drools.io.Resource resource,
org.drools.builder.ResourceType resourceType,
org.drools.builder.ResourceConfiguration resourceConfiguration)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnowledgeBuilderAddCommand
public KnowledgeBuilderAddCommand(org.drools.io.Resource resource,
org.drools.builder.ResourceType resourceType,
org.drools.builder.ResourceConfiguration resourceConfiguration)
execute
public Void execute(Context context)
- Specified by:
execute
in interface GenericCommand<Void>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.