Package org.nuxeo.launcher.info
Class CommandSetInfo
- java.lang.Object
-
- org.nuxeo.launcher.info.CommandSetInfo
-
public class CommandSetInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<CommandInfo>
commands
-
Constructor Summary
Constructors Constructor Description CommandSetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
log()
Log commands in errorvoid
log(boolean debug)
Log full content of the command set (parse commands and their content)CommandInfo
newCommandInfo(String cmdType)
-
-
-
Field Detail
-
commands
public List<CommandInfo> commands
-
-
Method Detail
-
newCommandInfo
public CommandInfo newCommandInfo(String cmdType)
- Parameters:
cmdType
- Command type. See constants inCommandInfo
- Returns:
- new
CommandInfo
added to commands
-
log
public void log()
Log commands in error- Since:
- 5.7
-
log
public void log(boolean debug)
Log full content of the command set (parse commands and their content)- Since:
- 5.7
-
-