org.sadun.text.ffp
Interface FlatFileParser.UnmatchedLineListener
- All Superinterfaces:
- FlatFileParser.Listener
- Enclosing interface:
- FlatFileParser
- public static interface FlatFileParser.UnmatchedLineListener
- extends FlatFileParser.Listener
Classes implementing this extension of Listener
will receive notification
about lines where no condition matches on parsing, if the failOnNoMatchingConditions
property is false.
- Version:
- 1.0
- Author:
- Cristiano Sadun
noMatchingCondition
public void noMatchingCondition(int physicalLineCount,
java.lang.String line)
- Invoked when the
failOnNoMatchingConditions
property is false and no matching conditions are found
for a certain line.
- Parameters:
physicalLineCount
- the physical line numberline
- the line