PatternCompiler
interface for different
syntax such as java-regex-, glob- and path-patterns.See: Description
Class | Description |
---|---|
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. |
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
.Copyright © 2001–2016 mmm-Team. All rights reserved.