net.sf.farrago.rng.resource
Class FarragoRngResource

java.lang.Object
  extended by java.util.ResourceBundle
      extended by org.eigenbase.resgen.ShadowResourceBundle
          extended by 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.


Nested Class Summary
 class FarragoRngResource._Def0
          Definition for resources which return a EigenbaseException exception and take arguments 'String p0, String p1'.
 class FarragoRngResource._Def1
          Definition for resources which take arguments ''.
 
Field Summary
private static String baseName
           
 FarragoRngResource._Def0 RngFileCreationFailed
          RngFileCreationFailed is 'Failed to create serialization file {0} for {1}'
 FarragoRngResource._Def1 UmlRandomNumberGenerator
          UmlRandomNumberGenerator is 'random number generator'
 
Fields inherited from class org.eigenbase.resgen.ShadowResourceBundle
emptyObjectArray
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
FarragoRngResource()
           
 
Method Summary
static FarragoRngResource instance()
          Retrieves the singleton instance of FarragoRngResource.
static FarragoRngResource instance(Locale locale)
          Retrieves the instance of FarragoRngResource for the given locale.
 
Methods inherited from class org.eigenbase.resgen.ShadowResourceBundle
getKeys, getThreadLocale, getThreadOrDefaultLocale, handleGetObject, instance, instance, instance, setThreadLocale
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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'

Constructor Detail

FarragoRngResource

public FarragoRngResource()
                   throws IOException
Throws:
IOException
Method Detail

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.