public abstract static class FinderFactory.AbstractFinder extends Object implements Finder
find()
method must be redefined.Modifier and Type | Field and Description |
---|---|
protected boolean |
found
Was the string found?
|
Constructor and Description |
---|
AbstractFinder() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFound()
Was the string found?
|
void |
reset()
Reset the finder
|