org.drools.command.runtime
Class GetKnowledgeBaseCommand

java.lang.Object
  extended by org.drools.command.runtime.GetKnowledgeBaseCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<org.drools.KnowledgeBase>, GenericCommand<org.drools.KnowledgeBase>

public class GetKnowledgeBaseCommand
extends Object
implements GenericCommand<org.drools.KnowledgeBase>

See Also:
Serialized Form

Constructor Summary
GetKnowledgeBaseCommand()
           
 
Method Summary
 org.drools.KnowledgeBase execute(Context context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetKnowledgeBaseCommand

public GetKnowledgeBaseCommand()
Method Detail

execute

public org.drools.KnowledgeBase execute(Context context)
Specified by:
execute in interface GenericCommand<org.drools.KnowledgeBase>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.