public class ExtFinderFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExtFinderFactory.LineBlocksFinder
Finder that collects the whole lines and calls
the lineFound() method that can do a local find.
|
static class |
ExtFinderFactory.LineBwdFinder
Finder that collects the whole lines and calls
the lineFound() method that can do a local find.
|
static class |
ExtFinderFactory.LineFwdFinder
Finder that collects the whole lines and calls
the lineFound() method that can do a local find.
|
Constructor and Description |
---|
ExtFinderFactory() |