public abstract class AbstractStringFinder extends Object implements StringFinder
| Constructor and Description |
|---|
AbstractStringFinder(StringFinderOption... options) |
| Modifier and Type | Method and Description |
|---|---|
List<StringMatch> |
findAll() |
abstract StringMatch |
findNext() |
abstract void |
skipTo(long pos)
skips the document to a specific position (ignoring any match before this position)
|
public AbstractStringFinder(StringFinderOption... options)
public abstract StringMatch findNext()
findNext in interface StringFinderpublic abstract void skipTo(long pos)
StringFinderskipTo in interface StringFinderpos - the new position to start withpublic List<StringMatch> findAll()
findAll in interface StringFinderCopyright © 2017. All rights reserved.