org.drools.command.builder
Class KnowledgeBuilderAddCommand

java.lang.Object
  extended by 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)
           
 
Method Summary
 Void execute(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeBuilderAddCommand

public KnowledgeBuilderAddCommand(org.drools.io.Resource resource,
                                  org.drools.builder.ResourceType resourceType,
                                  org.drools.builder.ResourceConfiguration resourceConfiguration)
Method Detail

execute

public Void execute(Context context)
Specified by:
execute in interface GenericCommand<Void>


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.