org.kie.server.api.commands
Class CommandScript
java.lang.Object
org.kie.server.api.commands.CommandScript
- All Implemented Interfaces:
- Serializable
public class CommandScript
- extends Object
- implements Serializable
- See Also:
- Serialized Form
commands
protected List<KieServerCommand> commands
CommandScript
public CommandScript()
CommandScript
public CommandScript(List<KieServerCommand> commands)
CommandScript
public CommandScript(List<KieServerCommand> commands,
String lookup)
getCommands
public List<KieServerCommand> getCommands()
setLookup
public void setLookup(String lookup)
getLookup
public String getLookup()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.