org.drools.command.runtime
Class GetEnvironmentCommand

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

public class GetEnvironmentCommand
extends Object
implements GenericCommand<org.drools.runtime.Environment>

See Also:
Serialized Form

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

Constructor Detail

GetEnvironmentCommand

public GetEnvironmentCommand()
Method Detail

execute

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

toString

public String toString()
Overrides:
toString in class Object


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