|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.ifx.tools.PropertyFile
Models a Java properties file to collect information about the element and bean mappings.
Constructor Summary | |
PropertyFile()
Default constructor. |
Method Summary | |
void |
addProperty(java.lang.String name,
java.lang.String value)
Add a property to the propertyfile list. |
java.util.List |
getPropertyList()
Return a list of property name value pairs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyFile()
Method Detail |
public void addProperty(java.lang.String name, java.lang.String value)
name
- the name part of the property name-value pair.value
- teh value part of the property name-value pair.public java.util.List getPropertyList()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |