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 voidlog()Log commands in errorvoidlog(boolean debug)Log full content of the command set (parse commands and their content)CommandInfonewCommandInfo(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
CommandInfoadded 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
-
-