net.jangaroo.properties.model
Class ResourceBundleClass

java.lang.Object
  extended by net.jangaroo.properties.model.ResourceBundleClass

public final class ResourceBundleClass
extends Object


Constructor Summary
ResourceBundleClass(String fullClassName)
           
 
Method Summary
 void addLocaleProperties(Locale locale, PropertiesClass p)
           
 String getClassName()
           
 String getFullClassName()
           
 Set<Locale> getLocales()
           
 String getPackageName()
           
 PropertiesClass getProperties(Locale locale)
           
 Collection<PropertiesClass> getPropertiesClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBundleClass

public ResourceBundleClass(String fullClassName)
Method Detail

getClassName

public String getClassName()

getPackageName

public String getPackageName()

getFullClassName

public String getFullClassName()

addLocaleProperties

public void addLocaleProperties(Locale locale,
                                PropertiesClass p)

getLocales

public Set<Locale> getLocales()

getProperties

public PropertiesClass getProperties(Locale locale)

getPropertiesClasses

public Collection<PropertiesClass> getPropertiesClasses()


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.