|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceInfo | |
wt.tools | |
wt.tools.resource |
Uses of ResourceInfo in wt.tools |
Fields in wt.tools declared as ResourceInfo | |
private ResourceInfo |
ResourceGenerator.resourceInfo
|
private ResourceInfo |
MigrateResourceBundle.resourceInfo
|
private ResourceInfo[] |
MigrateResourceBundle.localeInfos
|
private ResourceInfo |
MigrateEnumeratedType.resourceInfo
|
private ResourceInfo[] |
MigrateEnumeratedType.localeInfos
|
private ResourceInfo |
MigrateDisplayName.resourceInfo
|
private ResourceInfo[] |
MigrateDisplayName.localeInfos
|
private ResourceInfo |
DisplayNameGenerator.info
|
private ResourceInfo |
ResourceGenerator.resourceInfo
|
private ResourceInfo |
MigrateResourceBundle.resourceInfo
|
private ResourceInfo[] |
MigrateResourceBundle.localeInfos
|
private ResourceInfo |
MigrateEnumeratedType.resourceInfo
|
private ResourceInfo[] |
MigrateEnumeratedType.localeInfos
|
private ResourceInfo |
MigrateDisplayName.resourceInfo
|
private ResourceInfo[] |
MigrateDisplayName.localeInfos
|
private ResourceInfo |
DisplayNameGenerator.info
|
Methods in wt.tools that return ResourceInfo | |
protected ResourceInfo |
DisplayNameGenerator.obtainPackageInfo(String pckg)
|
protected static ResourceInfo |
DisplayNameGenerator.obtainResourceInfo(String pckg)
|
protected ResourceInfo |
DisplayNameGenerator.obtainPackageInfo(String pckg)
|
protected static ResourceInfo |
DisplayNameGenerator.obtainResourceInfo(String pckg)
|
Methods in wt.tools with parameters of type ResourceInfo | |
protected void |
DisplayNameGenerator.processClass(ClassClass theClass,
ResourceInfo resourceInfo,
PrintStream report)
|
protected static void |
DisplayNameGenerator.writeResults(ResourceInfo resourceInfo)
|
protected void |
DisplayNameGenerator.processClass(ClassClass theClass,
ResourceInfo resourceInfo,
PrintStream report)
|
protected static void |
DisplayNameGenerator.writeResults(ResourceInfo resourceInfo)
|
Uses of ResourceInfo in wt.tools.resource |
Subclasses of ResourceInfo in wt.tools.resource | |
class |
EnumResourceInfo
Supported API: false Extendable: false |
class |
MetadataResourceInfo
Supported API: false Extendable: false |
class |
StringResourceInfo
Supported API: false Extendable: false |
Fields in wt.tools.resource declared as ResourceInfo | |
private ResourceInfo |
ResourceInfo.defaultInfo
|
private ResourceInfo |
ResourceInfo.defaultInfo
|
Methods in wt.tools.resource that return ResourceInfo | |
protected ResourceInfo |
StringResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
static ResourceInfo |
ResourceInfoRepository.getResourceInfo(String infoName)
Get an existing Info instance for the infoName, if one exists. |
static ResourceInfo |
ResourceInfoRepository.getResourceInfo(String infoName,
Locale locale)
Get an existing Info instance for the infoName, for the specified locale, if one exists. |
private static ResourceInfo |
ResourceInfoRepository.loadInfo(String infoName,
Locale locale,
ResourceInfo localizingInfo,
ResourceInfo info)
|
protected static ResourceInfo |
ResourceInfoRepository.constructInfo(String name)
|
protected ResourceInfo |
ResourceInfo.getDefaultInfo()
Gets the object for the association that plays role: defaultInfo. |
ResourceInfo |
ResourceInfo.getLocalization(Locale locale)
Gets the object for the association that plays role: localization. |
protected ResourceInfo |
ResourceInfo.putLocalization(Locale locale,
ResourceInfo a_Localization)
Sets the object for the association that plays role: localization. |
protected ResourceInfo |
ResourceInfo.removeLocalization(Locale locale)
Removes the value, for specified key, of the attribute: localization. |
protected abstract ResourceInfo |
ResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
ResourceInfo |
ResourceInfo.obtainLocalization(Locale locale)
Obtain a locale specific version of this ResourceInfo, by returning an existing instance for the locale, or by constructing a new instance if one does not exist. |
protected ResourceInfo |
ResourceInfo.loadAll()
Construct a new instance of the current object's class. |
protected ResourceInfo |
MetadataResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
protected ResourceInfo |
EnumResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
protected ResourceInfo |
StringResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
static ResourceInfo |
ResourceInfoRepository.getResourceInfo(String infoName)
Get an existing Info instance for the infoName, if one exists. |
static ResourceInfo |
ResourceInfoRepository.getResourceInfo(String infoName,
Locale locale)
Get an existing Info instance for the infoName, for the specified locale, if one exists. |
private static ResourceInfo |
ResourceInfoRepository.loadInfo(String infoName,
Locale locale,
ResourceInfo localizingInfo,
ResourceInfo info)
|
protected static ResourceInfo |
ResourceInfoRepository.constructInfo(String name)
|
protected ResourceInfo |
ResourceInfo.getDefaultInfo()
Gets the object for the association that plays role: defaultInfo. |
ResourceInfo |
ResourceInfo.getLocalization(Locale locale)
Gets the object for the association that plays role: localization. |
protected ResourceInfo |
ResourceInfo.putLocalization(Locale locale,
ResourceInfo a_Localization)
Sets the object for the association that plays role: localization. |
protected ResourceInfo |
ResourceInfo.removeLocalization(Locale locale)
Removes the value, for specified key, of the attribute: localization. |
protected abstract ResourceInfo |
ResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
ResourceInfo |
ResourceInfo.obtainLocalization(Locale locale)
Obtain a locale specific version of this ResourceInfo, by returning an existing instance for the locale, or by constructing a new instance if one does not exist. |
protected ResourceInfo |
ResourceInfo.loadAll()
Construct a new instance of the current object's class. |
protected ResourceInfo |
MetadataResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
protected ResourceInfo |
EnumResourceInfo.makeInfo()
Construct a new instance of the current object's class. |
Methods in wt.tools.resource with parameters of type ResourceInfo | |
protected void |
Test.writeResourceInfos(ResourceInfo resourceInfo)
|
private static ResourceInfo |
ResourceInfoRepository.loadInfo(String infoName,
Locale locale,
ResourceInfo localizingInfo,
ResourceInfo info)
|
protected ResourceInfo |
ResourceInfo.putLocalization(Locale locale,
ResourceInfo a_Localization)
Sets the object for the association that plays role: localization. |
protected void |
Test.writeResourceInfos(ResourceInfo resourceInfo)
|
private static ResourceInfo |
ResourceInfoRepository.loadInfo(String infoName,
Locale locale,
ResourceInfo localizingInfo,
ResourceInfo info)
|
protected ResourceInfo |
ResourceInfo.putLocalization(Locale locale,
ResourceInfo a_Localization)
Sets the object for the association that plays role: localization. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |