|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bibeault.jrjournal.ccc.FieldPathParser
A utility class that parses the simple field name and its declaring class from the fully qualified name (path) of the field.
Constructor Summary | |
FieldPathParser(java.lang.String path)
Constructor for the parser. |
Method Summary | |
java.lang.String |
getDeclaringClassName()
|
java.lang.String |
getFieldName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FieldPathParser(java.lang.String path)
path
- the fully qualified name (path) of the fieldMethod Detail |
public java.lang.String getDeclaringClassName()
public java.lang.String getFieldName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |