org.apache.commons.contract.i18n
Class ParameterBundle

java.lang.Object
  extended by org.apache.commons.i18n.LocalizedBundle
      extended by org.apache.commons.i18n.bundles.TextBundle
          extended by org.apache.commons.i18n.bundles.MessageBundle
              extended by org.apache.commons.contract.i18n.ParameterBundle
All Implemented Interfaces:
Serializable

public class ParameterBundle
extends org.apache.commons.i18n.bundles.MessageBundle

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.i18n.bundles.MessageBundle
TITLE
 
Fields inherited from class org.apache.commons.i18n.bundles.TextBundle
TEXT
 
Fields inherited from class org.apache.commons.i18n.LocalizedBundle
arguments, id, ID, providerId
 
Constructor Summary
ParameterBundle()
           
ParameterBundle(String messageId)
           
ParameterBundle(String messageId, Object[] arguments)
           
 
Method Summary
 String getPrompt(Locale locale)
           
 String getPrompt(Locale locale, String defaultPrompt)
           
 
Methods inherited from class org.apache.commons.i18n.bundles.MessageBundle
getTitle, getTitle
 
Methods inherited from class org.apache.commons.i18n.bundles.TextBundle
getText, getText
 
Methods inherited from class org.apache.commons.i18n.LocalizedBundle
getArguments, getEntry, getEntry, getId, getProviderId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterBundle

public ParameterBundle()

ParameterBundle

public ParameterBundle(String messageId)

ParameterBundle

public ParameterBundle(String messageId,
                       Object[] arguments)
Method Detail

getPrompt

public String getPrompt(Locale locale)

getPrompt

public String getPrompt(Locale locale,
                        String defaultPrompt)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.