Package org.nuxeo.launcher.info
Class CommandSetInfo
java.lang.Object
org.nuxeo.launcher.info.CommandSetInfo
- Since:
- 5.6
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
log()
Log commands in errorvoid
log
(boolean debug) Log full content of the command set (parse commands and their content)newCommandInfo
(String cmdType)
-
Field Details
-
commands
-
-
Constructor Details
-
CommandSetInfo
public CommandSetInfo()
-
-
Method Details
-
newCommandInfo
- 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
-