Package org.javalite.app_config
Class Property
- java.lang.Object
-
- org.javalite.app_config.Property
-
public class Property extends Object
Identifies a configuration property. These properties are defined in environment - specific files, such as:jdbc.prod.properties.- Author:
- Igor Polevoy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()StringgetPropertyFile()StringgetValue()inthashCode()StringtoString()
-