Package net.jangaroo.properties.model
Class PropertiesClass
- java.lang.Object
-
- net.jangaroo.properties.model.PropertiesClass
-
public class PropertiesClass extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesClass(ResourceBundleClass resourceBundle, Locale locale, org.apache.commons.configuration.PropertiesConfiguration properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnnotations()takes special care of AS3 annotationsStringgetAs3Comment()takes special care of AS3 annotationsStringgetComment()Set<String>getImports()LocalegetLocale()List<Property>getProps()List<Property>getReferenceProps()ResourceBundleClassgetResourceBundle()List<Property>getStringProps()
-
-
-
Constructor Detail
-
PropertiesClass
public PropertiesClass(ResourceBundleClass resourceBundle, Locale locale, org.apache.commons.configuration.PropertiesConfiguration properties)
-
-
Method Detail
-
getResourceBundle
public ResourceBundleClass getResourceBundle()
-
getLocale
public Locale getLocale()
-
getComment
public String getComment()
-
getAnnotations
public String getAnnotations()
takes special care of AS3 annotations
-
getAs3Comment
public String getAs3Comment()
takes special care of AS3 annotations
-
-