jenkins.util
Class NonLocalizable

java.lang.Object
  extended by org.jvnet.localizer.Localizable
      extended by jenkins.util.NonLocalizable
All Implemented Interfaces:
Serializable

public class NonLocalizable
extends org.jvnet.localizer.Localizable

Localizable implementation that actually doesn't localize.

See Also:
Serialized Form

Constructor Summary
NonLocalizable(String nonLocalizable)
          Creates a non-localizable string.
 
Method Summary
 String toString()
           
 String toString(Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonLocalizable

public NonLocalizable(String nonLocalizable)
Creates a non-localizable string.

Parameters:
nonLocalizable - the string.
Method Detail

toString

public String toString(Locale locale)
Overrides:
toString in class org.jvnet.localizer.Localizable

toString

public String toString()
Overrides:
toString in class org.jvnet.localizer.Localizable


Copyright © 2004-2013. All Rights Reserved.