|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.crystaldecisions.reports.common.CrystalResourcesFactory
Required by the CrystalException class. This class is used to specify the resource bundle.
| Constructor Summary | |
CrystalResourcesFactory(java.lang.String bundleName)
Constructs a CrystalResourcesFactory object that specifies the resources bundle passed in.
|
|
CrystalResourcesFactory(java.lang.String bundleName,
java.lang.ClassLoader loader)
Constructs a CrystalResourcesFactory object that specifies the resources bundle passed in.
|
|
| Method Summary | |
CrystalResources |
getInstance(java.util.Locale locale)
Gets a CrystalResources object.
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CrystalResourcesFactory(java.lang.String bundleName)
Constructs a CrystalResourcesFactory object that specifies the resources bundle passed in.
bundleName - the name of the resources bundle whose format is defined by the java.util.ResourceBundle class
public CrystalResourcesFactory(java.lang.String bundleName,
java.lang.ClassLoader loader)
Constructs a CrystalResourcesFactory object that specifies the resources bundle passed in.
bundleName - the name of the resources bundle whose format is defined by the java.util.ResourceBundle classloader - the ClassLoader to use to load the resources bundle| Method Detail |
public CrystalResources getInstance(java.util.Locale locale)
Gets a CrystalResources object.
CrystalResources object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||