ecologylab.appframework.types
Class AssetsTranslations

java.lang.Object
  extended by ecologylab.generic.Debug
      extended by ecologylab.appframework.types.AssetsTranslations

public class AssetsTranslations
extends Debug

Simple translations used just for loading the assets.xml file.

Author:
robinson, andruid

Field Summary
static java.lang.String PACKAGE_NAME
           
static java.lang.Class[] TRANSLATIONS
           
 
Constructor Summary
AssetsTranslations()
           
 
Method Summary
static TranslationSpace get()
          Get existing TranslationSpace with this name, or create a new one, and map it.
 
Methods inherited from class ecologylab.generic.Debug
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PACKAGE_NAME

public static final java.lang.String PACKAGE_NAME
See Also:
Constant Field Values

TRANSLATIONS

public static final java.lang.Class[] TRANSLATIONS
Constructor Detail

AssetsTranslations

public AssetsTranslations()
Method Detail

get

public static TranslationSpace get()
Get existing TranslationSpace with this name, or create a new one, and map it.

Returns:
TranslationSpace with simple translations used just for loading the assets.xml file.