com.artima.cyberspace
Class ConcretePropertyFileResourceInfo

java.lang.Object
  |
  +--net.artima.place.PropertyFileResourceInfo
        |
        +--com.artima.cyberspace.ConcretePropertyFileResourceInfo

public class ConcretePropertyFileResourceInfo
extends net.artima.place.PropertyFileResourceInfo

See Also:
Serialized Form

Fields inherited from class net.artima.place.PropertyFileResourceInfo
baseName, defaultBundle, defaultLocale, loader, supportedLocales
 
Constructor Summary
ConcretePropertyFileResourceInfo(java.lang.String baseName, java.util.Locale[] supportedLocales)
          Construct a ConcretePropertyFileResourceInfo.
 
Method Summary
protected  java.lang.ClassLoader getClassLoader()
           
 
Methods inherited from class net.artima.place.PropertyFileResourceInfo
getBundle, getDescription, getDescription, getIconImageFile, getIconImageFile, getIconImageFileAsStream, getIconImageFileAsStream, getKeywords, getKeywords, getName, getName, getSupportedLocales, translateIconKindtoString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ConcretePropertyFileResourceInfo

public ConcretePropertyFileResourceInfo(java.lang.String baseName,
                                        java.util.Locale[] supportedLocales)
Construct a ConcretePropertyFileResourceInfo.
Parameters:
baseName - Base name of property file.
supportedLocales - Locales supported by this ResourceInfo
Method Detail

getClassLoader

protected java.lang.ClassLoader getClassLoader()
Overrides:
getClassLoader in class net.artima.place.PropertyFileResourceInfo