Package org.nuxeo.launcher.info
Class CommandInfo
java.lang.Object
org.nuxeo.launcher.info.CommandInfo
- Since:
- 5.6
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
log
(boolean debug) Log content of the command infonewMessage
(int level, Exception e) newMessage
(int level, String message)
-
Field Details
-
CMD_UNKNOWN
- See Also:
-
CMD_LIST
- See Also:
-
CMD_ADD
- See Also:
-
CMD_INSTALL
- See Also:
-
CMD_UNINSTALL
- See Also:
-
CMD_REMOVE
- See Also:
-
CMD_RESET
- See Also:
-
CMD_DOWNLOAD
- Since:
- 5.7
- See Also:
-
CMD_INIT
- See Also:
-
CMD_SHOW
- Since:
- 5.7
- See Also:
-
name
-
param
-
exitCode
-
id
-
pending
public boolean pending -
messages
-
packages
-
-
Constructor Details
-
CommandInfo
public CommandInfo() -
CommandInfo
-
-
Method Details
-
newMessage
- Returns:
- new
MessageInfo
added to messages - Since:
- 5.7
-
newMessage
- Returns:
- new
MessageInfo
added to messages - Since:
- 5.7
-
newMessage
- Returns:
- new
MessageInfo
added to messages - Since:
- 5.7
-
newMessage
- Returns:
- new
MessageInfo
added to messages - Since:
- 5.7
-
log
public void log(boolean debug) Log content of the command info- Since:
- 5.7
-