com.sun.labs.minion.retrieval.resources
Class ReaderResources
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
com.sun.labs.minion.retrieval.resources.ReaderResources
public class ReaderResources
- extends java.util.ListResourceBundle
English locale resources for the Commpass LocalQueryReader.
This is a template to be copied and edited appropriately
for each locale. The positions and order of the entries
in localOpCodeTable and their 2nd element (their semantic
interpretation by the parser) should not be changed, but
their names (the first element in the entry, in <>'s)
should be translated to the local language. E.g., for German,
the entry ", and" should be translated to ", and"
(the second of the pair is unchanged). In localErrorMessages,
the feedback comments should be translated, but the comments
should be left in English for reference.
| Nested classes/interfaces inherited from class java.util.ResourceBundle |
java.util.ResourceBundle.Control |
| Fields inherited from class java.util.ResourceBundle |
parent |
| Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject, handleKeySet |
| Methods inherited from class java.util.ResourceBundle |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderResources
public ReaderResources()
getContents
public java.lang.Object[][] getContents()
- Specified by:
getContents in class java.util.ListResourceBundle