public class CommandSetInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
List<CommandInfo> |
commands |
| Constructor and Description |
|---|
CommandSetInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
log()
Log commands in error
|
void |
log(boolean debug)
Log full content of the command set (parse commands and their content)
|
CommandInfo |
newCommandInfo(String cmdType) |
public List<CommandInfo> commands
public CommandSetInfo()
public CommandInfo newCommandInfo(String cmdType)
cmdType - Command type. See constants in CommandInfoCommandInfo added to commandspublic void log()
public void log(boolean debug)
Copyright © 2017 Nuxeo. All rights reserved.