|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: PropertyBuilder Description: Interface implemented by classes that build Property hierarchies from files. They must be able to recognize thier own files and parse them to create Propertys.
Method Summary | |
ReadOnlyProperty |
buildProperties(String aFilepath)
this method accepts a full filepath and then parses that file to return a Property hierarchy. |
boolean |
canParse(String aFilePath)
this method accepts a filename and then determines if this property builder can build properties from that file, based on its extension. |
Method Detail |
public ReadOnlyProperty buildProperties(String aFilepath)
aFilepath
- full filepath of a file to parse.public boolean canParse(String aFilePath)
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |