com.ibm.rbm |
|
Java Source File Name | Type | Comment |
Bundle.java | Class | A class representing the entire Bundle of Resources for a particular language, country, variant. |
BundleGroup.java | Class | |
BundleItem.java | Class | |
Occurance.java | Class | This is a class used by the RBReporter to track occurances of a resource
key found while scanning a text code file. |
Preferences.java | Class | This class defines the methods used by RBManager to access, set, and store
individual user preferences for the application. |
RBExporter.java | Class | This is the super class for all exporter plug-in classes. |
RBICUExporter.java | Class | This class provides a plug-in exporter utility for RBManager that outputs ICU
resource bundle files in the according to the file structure of Resource
Bundles. |
RBImporter.java | Class | |
RBJavaExporter.java | Class | An exporter plug-in class for RBManager. |
RBJavaImporter.java | Class | This is the super class for all importer plug-in classes. |
RBManager.java | Class | A utility class to aid in the process of updating the Natural Language Support of Tempus Fugit.
This class scans the directory containing NLS files and checks the various languages found there
for completeness, duplication of entry, and status of translation. |
RBPropertiesExporter.java | Class | This class provides a plug-in exporter utility for RBManager that outputs Java
standard .properties files in the according to the file structure of Resource
Bundles. |
RBPropertiesImporter.java | Class | This is the super class for all importer plug-in classes. |
RBReporter.java | Class | RBReporter is a fully functional application that runs separate from RBManager.
The report produces statistically based reports on specified resource bundles,
and it allows the user to set time intervals at which those reports will be
generated. |
RBReporterScanner.java | Class | RBReporterScaner is a utility class for RBReporter. |
RBTMXExporter.java | Class | This class is a plug-in to RBManager that allows the user to export Resource Bundles
along with some of the meta-data associated by RBManager to the TMX specification. |
RBTMXImporter.java | Class | This is the super class for all importer plug-in classes. |
RBxliffExporter.java | Class | This class is a plug-in to RBManager that allows the user to export Resource Bundles
along with some of the meta-data associated by RBManager to the XLIFF specification. |
RBxliffImporter.java | Class | This imports XLIFF files into RBManager. |
Resources.java | Class | A class not to be instantiated. |
ScanResult.java | Class | This class represents the results found for each resource key while
performing the code scan done by RBReporter. |