public class CommandScript extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<KieServerCommand> |
commands |
| Constructor and Description |
|---|
CommandScript() |
CommandScript(List<KieServerCommand> commands) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<KieServerCommand> |
getCommands() |
int |
hashCode() |
String |
toString() |
protected List<KieServerCommand> commands
public CommandScript()
public CommandScript(List<KieServerCommand> commands)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.