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 CommandInfo newCommandInfo(String cmdType)
cmdType
- Command type. See constants in CommandInfo
CommandInfo
added to commandspublic void log()
public void log(boolean debug)
Copyright © 2015 Nuxeo SA. All rights reserved.