view launcher/src/main/resources/com/redhat/thermostat/launcher/internal/strings.properties @ 1014:89add75f3b71

Convert Heap command.properties to plugin.xml This commit moves the definitions for the heap-related commands to the heap plugin's plugin.xml file. I have also updated the list-heap-dumps usage string to reflect that hostId and vmId are optional arguments, and fixed a spacing issue in the description for the logLevel built-in argument. Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005933.html
author Elliott Baron <ebaron@redhat.com>
date Thu, 28 Feb 2013 12:17:32 -0500
parents 412c3e8caf4b
children
line wrap: on
line source

CANNOT_GET_COMMAND_INFO = no information about commands
UNKNOWN_COMMAND = unknown command ''{0}''\n
COMMAND_COULD_NOT_LOAD_BUNDLES = Could not load necessary bundles for {0}
COMMAND_DESCRIBED_BUT_NOT_AVAILALBE = ERROR: Information about the command {0} is provided, but the command itself is not available. Was the Command object registered as an OSGi service? Was the bundle providing the command activated?
COMMAND_AVAILABLE_INSIDE_SHELL_ONLY = The {0} command is not supported from outside the thermostat shell.
COMMAND_AVAILABLE_OUTSIDE_SHELL_ONLY = The {0} command is not supported from within the thermostat shell.

COMMAND_HELP_COMMAND_LIST_HEADER = list of commands:\n\n

OPTION_DB_URL_DESC = connect to the given URL
OPTION_USERNAME_DESC = the username to use for authentication
OPTION_PASSWORD_DESC = the password to use for authentication
OPTION_LOG_LEVEL_DESC = sets the log level for this invocation. Possible values \
 for <logLevel> in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, \
 FINER, FINEST and OFF