|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
PatternCompiler interface for different
syntax such as java-regex-, glob- and path-patterns.
See:
Description
| Class Summary | |
|---|---|
| AbstractGlobPatternCompiler | This is an abstract base-implementation of the PatternCompiler
interface for glob-patterns. |
| GlobPatternCompiler | This is an implementation of the PatternCompiler interface that
compiles glob-patterns. |
| PathPatternCompiler | This is an implementation of the PatternCompiler interface that
compiles path-glob-patterns. |
| RegexInfixPatternCompiler | This implementation of the PatternCompiler interface compiles the
pattern given as string in a way similar to GNU-utilities like
sed or grep. |
| RegexPatternCompiler | This is the canonical implementation of the PatternCompiler
interface. |
| WildcardGlobPatternCompiler | This class behaves like GlobPatternCompiler but requires wildcards in
the pattern. |
Contains public implementations of the
PatternCompiler interface for different
syntax such as java-regex-, glob- and path-patterns.
RegexPatternCompiler that only
delegates to Pattern.compile(String) there is also
GlobPatternCompiler and
PathPatternCompiler.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||