|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.naftulin.configmgr.content.AbstractRecordImpl org.naftulin.configmgr.content.PropertyRecordImpl
public class PropertyRecordImpl
Constructor Summary | |
---|---|
PropertyRecordImpl()
Constructs a record without specifying the key or file name. |
|
PropertyRecordImpl(java.lang.String key,
java.lang.String fileName)
Constructs a record with the key and file name specified. |
Method Summary | |
---|---|
ConfigEntryParser |
getParser()
Returns an instance of parser
that parses a property file and stores it as properties . |
java.lang.String |
toString()
Returns the string representation of the property record. |
Methods inherited from class org.naftulin.configmgr.content.AbstractRecordImpl |
---|
getFileName, getKey, isGetUrlForFile, setFileName, setKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertyRecordImpl()
public PropertyRecordImpl(java.lang.String key, java.lang.String fileName)
key
- the key associated with the record.fileName
- the file name associated with the record.Method Detail |
---|
public ConfigEntryParser getParser()
parser
that parses a property file and stores it as properties
.
getParser
in class AbstractRecordImpl
public java.lang.String toString()
toString
in class AbstractRecordImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |