| | |
| | | public static final int MSGID_CLI_HEADING_PROPERTY_DEFAULT_VALUE = |
| | | CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1215; |
| | | |
| | | <<<<<<< .mine |
| | | /** |
| | | * Message ID for reverter tool's directory option. |
| | | */ |
| | | public static final int MSGID_REVERT_DESCRIPTION_DIRECTORY = |
| | | CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1216; |
| | | ======= |
| | | /** |
| | | * The message ID for the message that will be used as the |
| | | * description of the advanced mode argument in get-xxx-prop |
| | |
| | | */ |
| | | public static final int MSGID_DSCFG_DESCRIPTION_ADVANCED_GET = |
| | | CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1216; |
| | | >>>>>>> .r2457 |
| | | |
| | | /** |
| | | <<<<<<< .mine |
| | | * Message ID for reverter tool's directory option. |
| | | */ |
| | | public static final int MSGID_REVERT_DESCRIPTION_RECENT = |
| | | CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1217; |
| | | |
| | | /** |
| | | * Message ID for reverter tool's directory option. |
| | | */ |
| | | public static final int MSGID_REVERT_DESCRIPTION_INTERACTIVE = |
| | | CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1218; |
| | | |
| | | /** |
| | | * Message ID for reverter tool's directory option. |
| | | */ |
| | | public static final int MSGID_REVERT_DESCRIPTION_SILENT = |
| | | CATEGORY_MASK_TOOLS | SEVERITY_MASK_INFORMATIONAL | 1219; |
| | | |
| | | /** |
| | | ======= |
| | | * The message ID for the message that will be used as the |
| | | * description of the advanced mode argument in create-xxx and |
| | | * set-xxx-prop sub-commands. This takes no arguments. |
| | |
| | | |
| | | |
| | | /** |
| | | >>>>>>> .r2457 |
| | | * Associates a set of generic messages with the message IDs defined in this |
| | | * class. |
| | | */ |
| | |
| | | "invalid"); |
| | | registerMessage(MSGID_CLI_HEADING_PROPERTY_DEFAULT_VALUE, |
| | | "Default value"); |
| | | registerMessage(MSGID_REVERT_DESCRIPTION_DIRECTORY, |
| | | "Directory where reversion files are stored. This " + |
| | | "should be one of the child directories of the 'history' " + |
| | | "directory that is created when the upgrade tool is run"); |
| | | registerMessage(MSGID_REVERT_DESCRIPTION_RECENT, |
| | | "Indicates that the installation will be reverted to the " + |
| | | "state before the most recent upgrade"); |
| | | registerMessage(MSGID_REVERT_DESCRIPTION_INTERACTIVE, |
| | | "Prompt for any required information rather than fail"); |
| | | registerMessage(MSGID_REVERT_DESCRIPTION_SILENT, |
| | | "Perform a silent reversion"); |
| | | |
| | | } |
| | | } |
| | | |