|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getErrorMissingReuiredOptions()
Returns error message for missing options. |
java.lang.String |
getErrorOptionWithoutPrefix(java.lang.String arg)
Returns error message for option without prefix. |
java.lang.String |
getErrorValueMissingForOption(java.lang.String arg)
Returns error message for option without value. |
java.lang.String |
getOperationCanceled()
Returns the operation canceled message. |
java.lang.String |
getOptionRequired()
Returns the command line option required text. |
java.lang.String |
getOptionUsageConfigFileUrl()
Returns the command line option usage text for "configFileUrl". |
java.lang.String |
getOptionUsageLocale()
Returns the command line option usage text for "locale". |
java.lang.String |
getProgressMonitorDecompressText()
Returns the decompress text for the progress monitor. |
java.lang.String |
getProgressMonitorDestLabelText()
Returns the text for the "destination" label of the progress monitor. |
java.lang.String |
getProgressMonitorSrcLabelText()
Returns the text for the "source" label of the progress monitor. |
java.lang.String |
getProgressMonitorTransferText()
Returns the transfer text for the progress monitor. |
java.lang.String |
getSelectDestinationDirectory()
Returns the destination directory selection message. |
java.lang.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 java.lang.String getUpdateAvailable()
public final java.lang.String getProgressMonitorTransferText()
public final java.lang.String getProgressMonitorSrcLabelText()
public final java.lang.String getProgressMonitorDestLabelText()
public final java.lang.String getProgressMonitorDecompressText()
public final java.lang.String getSelectDestinationDirectory()
public final java.lang.String getOperationCanceled()
public final java.lang.String getOptionUsageConfigFileUrl()
public final java.lang.String getOptionUsageLocale()
public final java.lang.String getOptionRequired()
public final java.lang.String getErrorMissingReuiredOptions()
public final java.lang.String getErrorOptionWithoutPrefix(java.lang.String arg)
arg - Option key to display in error message.
public final java.lang.String getErrorValueMissingForOption(java.lang.String arg)
arg - Option key to display in error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||