|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.kickstart4j.MessagesWrapper
public final class MessagesWrapper
Encapsulates access to the "message[_xx][_XX].properties" files.
| Method Summary | |
|---|---|
String |
getErrorMessageDialogTitle()
Returns error message dialog title. |
String |
getErrorMissingReuiredOptions()
Returns error message for missing options. |
String |
getErrorOptionWithoutPrefix(String arg)
Returns error message for option without prefix. |
String |
getErrorValueMissingForOption(String arg)
Returns error message for option without value. |
String |
getOperationCanceled()
Returns the operation canceled message. |
String |
getOptionRequired()
Returns the command line option required text. |
String |
getOptionUsageConfigFileUrl()
Returns the command line option usage text for "configFileUrl". |
String |
getOptionUsageLocale()
Returns the command line option usage text for "locale". |
String |
getProgressMonitorDecompressText()
Returns the decompress text for the progress monitor. |
String |
getProgressMonitorDestLabelText()
Returns the text for the "destination" label of the progress monitor. |
String |
getProgressMonitorSrcLabelText()
Returns the text for the "source" label of the progress monitor. |
String |
getProgressMonitorTransferText()
Returns the transfer text for the progress monitor. |
String |
getSelectDestinationDirectory()
Returns the destination directory selection message. |
String |
getStartDialogTitle()
Returns start message dialog title. |
String |
getUpdateAvailable()
Returns the "update available" message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final String getUpdateAvailable()
public final String getProgressMonitorTransferText()
public final String getProgressMonitorSrcLabelText()
public final String getProgressMonitorDestLabelText()
public final String getProgressMonitorDecompressText()
public final String getSelectDestinationDirectory()
public final String getOperationCanceled()
public final String getOptionUsageConfigFileUrl()
public final String getOptionUsageLocale()
public final String getOptionRequired()
public final String getErrorMissingReuiredOptions()
public final String getErrorOptionWithoutPrefix(String arg)
arg - Option key to display in error message.
public final String getErrorValueMissingForOption(String arg)
arg - Option key to display in error message.
public final String getErrorMessageDialogTitle()
public final String getStartDialogTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||