com.sun.labs.minion.retrieval.resources
Class ReaderResources

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
ReaderResources()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 
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
 

Constructor Detail

ReaderResources

public ReaderResources()
Method Detail

getContents

public java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle