|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PropertyParser.Result
This interface represents a result of parsing that contains a paresed class and a set of properties.
| Method Summary | |
|---|---|
java.lang.Class |
getParsedClass()
Returns class |
java.util.Properties |
getProperties()
Returns properties |
java.lang.String |
getProperty(java.lang.String key)
Returns value of the property looked up by the given key |
| Method Detail |
|---|
java.lang.Class getParsedClass()
java.util.Properties getProperties()
java.lang.String getProperty(java.lang.String key)
key - property key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||