Interface | Description |
---|---|
Filter |
Filter interface.
|
Class | Description |
---|---|
AbstractWalkDir |
Abstract class for listing contents of one directory
|
AbstractWalkTree |
Abstract class for listing contents of directory tree
|
FilterClassLoader |
Class loader for filters.
|
FilterFactory |
Factory for filters.
|
GlobFilter |
Filter for listing contents of one directory matching given glob pattern
called as @glob path pattern
|
RegexFilter |
Filter for listing contents of one directory matching given regex pattern
called as @regex path pattern
|
RGlobFilter |
Filter for listing contents of directory tree matching given glob filter
called as @r-glob path pattern
|
RRegex |
Filter for listing contents of directory tree matching given regex filter
called as @r-regex path pattern
|
Exception | Description |
---|---|
FilterException |
Exception should be thrown when an error while loading filter was encountered
|
FilterExecutionException |
Exception should be thrown whenever instance of filter cannot continue its execution
because of any problem.
|
Copyright © 2013. All Rights Reserved.