net.jangaroo.properties.model
Class PropertiesClass

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

public class PropertiesClass
extends Object


Constructor Summary
PropertiesClass(ResourceBundleClass resourceBundle, Locale locale, org.apache.commons.configuration.PropertiesConfiguration properties, File srcFile)
           
 
Method Summary
 String getComment()
           
 Locale getLocale()
           
 List<Property> getProps()
           
 ResourceBundleClass getResourceBundle()
           
 File getSrcFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesClass

public PropertiesClass(ResourceBundleClass resourceBundle,
                       Locale locale,
                       org.apache.commons.configuration.PropertiesConfiguration properties,
                       File srcFile)
Method Detail

getResourceBundle

public ResourceBundleClass getResourceBundle()

getLocale

public Locale getLocale()

getComment

public String getComment()

getProps

public List<Property> getProps()

getSrcFile

public File getSrcFile()


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