net.sf.farrago.rng.resource
Class FarragoRngResource
java.lang.Object
java.util.ResourceBundle
org.eigenbase.resgen.ShadowResourceBundle
net.sf.farrago.rng.resource.FarragoRngResource
- Direct Known Subclasses:
- FarragoRngResource_en_US
public class FarragoRngResource
- extends org.eigenbase.resgen.ShadowResourceBundle
This class was generated
by class org.eigenbase.resgen.ResourceGen
from /home/pub/open/dev/farrago/examples/rng/src/net/sf/farrago/rng/resource/FarragoRngResource.xml
on Mon Jun 22 04:10:00 PDT 2009.
It contains a list of messages, and methods to
retrieve and format those messages.
Fields inherited from class org.eigenbase.resgen.ShadowResourceBundle |
emptyObjectArray |
Methods inherited from class org.eigenbase.resgen.ShadowResourceBundle |
getKeys, getThreadLocale, getThreadOrDefaultLocale, handleGetObject, instance, instance, instance, setThreadLocale |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseName
private static final String baseName
- See Also:
- Constant Field Values
RngFileCreationFailed
public final FarragoRngResource._Def0 RngFileCreationFailed
RngFileCreationFailed
is 'Failed to create serialization file {0} for {1}
'
UmlRandomNumberGenerator
public final FarragoRngResource._Def1 UmlRandomNumberGenerator
UmlRandomNumberGenerator
is 'random number generator
'
FarragoRngResource
public FarragoRngResource()
throws IOException
- Throws:
IOException
instance
public static FarragoRngResource instance()
- Retrieves the singleton instance of
FarragoRngResource
. If
the application has called ShadowResourceBundle.setThreadLocale(java.util.Locale)
, returns the
resource for the thread's locale.
instance
public static FarragoRngResource instance(Locale locale)
- Retrieves the instance of
FarragoRngResource
for the given locale.