org.fuin.kickstart4j
Class MessagesWrapper

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

public final class MessagesWrapper
extends Object

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

getUpdateAvailable

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

Returns:
Message.

getProgressMonitorTransferText

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

Returns:
Message.

getProgressMonitorSrcLabelText

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

Returns:
Message.

getProgressMonitorDestLabelText

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

Returns:
Message.

getProgressMonitorDecompressText

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

Returns:
Message.

getSelectDestinationDirectory

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

Returns:
Message.

getOperationCanceled

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

Returns:
Message.

getOptionUsageConfigFileUrl

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

Returns:
Message.

getOptionUsageLocale

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

Returns:
Message.

getOptionRequired

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

Returns:
Message.

getErrorMissingReuiredOptions

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

Returns:
Message.

getErrorOptionWithoutPrefix

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

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

getErrorValueMissingForOption

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

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

getErrorMessageDialogTitle

public final String getErrorMessageDialogTitle()
Returns error message dialog title.

Returns:
Title.

getStartDialogTitle

public final String getStartDialogTitle()
Returns start message dialog title.

Returns:
Title.


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