|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldGetter
Method Summary | |
---|---|
String |
getFieldName()
Return the name of the field for which the getter is made. |
String |
getValue(String line)
Return the value for the line. |
boolean |
mustGet(String line)
Indicate if the getter must analyze the line or not. |
String |
performOperations(String line,
ScannerPossessor analyzer)
Perform the operations on the line. |
Method Detail |
---|
boolean mustGet(String line)
line
- The line to analyze.
String getValue(String line)
line
- The line.
String getFieldName()
String performOperations(String line, ScannerPossessor analyzer)
line
- The line.analyzer
- The analyzer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |