org.fuin.kickstart4j
Class MessagesWrapper

java.lang.Object
  extended by org.fuin.kickstart4j.MessagesWrapper

public final class MessagesWrapper
extends java.lang.Object

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

getUpdateAvailable

public final java.lang.String getUpdateAvailable()
Returns the "update available" message.

Returns:
Message.

getProgressMonitorTransferText

public final java.lang.String getProgressMonitorTransferText()
Returns the transfer text for the progress monitor.

Returns:
Message.

getProgressMonitorSrcLabelText

public final java.lang.String getProgressMonitorSrcLabelText()
Returns the text for the "source" label of the progress monitor.

Returns:
Message.

getProgressMonitorDestLabelText

public final java.lang.String getProgressMonitorDestLabelText()
Returns the text for the "destination" label of the progress monitor.

Returns:
Message.

getProgressMonitorDecompressText

public final java.lang.String getProgressMonitorDecompressText()
Returns the decompress text for the progress monitor.

Returns:
Message.

getSelectDestinationDirectory

public final java.lang.String getSelectDestinationDirectory()
Returns the destination directory selection message.

Returns:
Message.

getOperationCanceled

public final java.lang.String getOperationCanceled()
Returns the operation canceled message.

Returns:
Message.

getOptionUsageConfigFileUrl

public final java.lang.String getOptionUsageConfigFileUrl()
Returns the command line option usage text for "configFileUrl".

Returns:
Message.

getOptionUsageLocale

public final java.lang.String getOptionUsageLocale()
Returns the command line option usage text for "locale".

Returns:
Message.

getOptionRequired

public final java.lang.String getOptionRequired()
Returns the command line option required text.

Returns:
Message.

getErrorMissingReuiredOptions

public final java.lang.String getErrorMissingReuiredOptions()
Returns error message for missing options.

Returns:
Message.

getErrorOptionWithoutPrefix

public final java.lang.String getErrorOptionWithoutPrefix(java.lang.String arg)
Returns error message for option without prefix.

Parameters:
arg - Option key to display in error message.
Returns:
Message.

getErrorValueMissingForOption

public final java.lang.String getErrorValueMissingForOption(java.lang.String arg)
Returns error message for option without value.

Parameters:
arg - Option key to display in error message.
Returns:
Message.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.