|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PatternCompiler | |
|---|---|
| net.sf.mmm.util.file.base | Contains public implementations of File-utilities. |
| net.sf.mmm.util.pattern.base | Contains public implementations of the
PatternCompiler interface for different
syntax such as java-regex-, glob- and path-patterns. |
| net.sf.mmm.util.transformer.base | Provides the base-implementation of transformer-util API. |
| Uses of PatternCompiler in net.sf.mmm.util.file.base |
|---|
| Methods in net.sf.mmm.util.file.base with parameters of type PatternCompiler | |
|---|---|
private boolean |
FileUtilImpl.tokenizePath(String path,
List<FileUtilImpl.PathSegment> list,
PatternCompiler patternCompiler)
This method tokenized the given path by adding
FileUtilImpl.PathSegments to the given list. |
| Uses of PatternCompiler in net.sf.mmm.util.pattern.base |
|---|
| Classes in net.sf.mmm.util.pattern.base that implement PatternCompiler | |
|---|---|
class |
AbstractGlobPatternCompiler
This is an abstract base-implementation of the PatternCompiler
interface for glob-patterns. |
class |
GlobPatternCompiler
This is an implementation of the PatternCompiler interface that
compiles glob-patterns. |
class |
PathPatternCompiler
This is an implementation of the PatternCompiler interface that
compiles path-glob-patterns. |
class |
RegexInfixPatternCompiler
This implementation of the PatternCompiler interface compiles the
pattern given as string in a way similar to GNU-utilities like
sed or grep. |
class |
RegexPatternCompiler
This is the canonical implementation of the PatternCompiler
interface. |
class |
WildcardGlobPatternCompiler
This class behaves like GlobPatternCompiler but requires wildcards in
the pattern. |
| Fields in net.sf.mmm.util.pattern.base declared as PatternCompiler | |
|---|---|
static PatternCompiler |
WildcardGlobPatternCompiler.INSTANCE
A singleton instance of this implementation. |
static PatternCompiler |
GlobPatternCompiler.INSTANCE
A singleton instance of this implementation. |
static PatternCompiler |
PathPatternCompiler.INSTANCE
A singleton instance of this instance. |
static PatternCompiler |
RegexInfixPatternCompiler.INSTANCE
A singleton instance of this implementation. |
| Uses of PatternCompiler in net.sf.mmm.util.transformer.base |
|---|
| Fields in net.sf.mmm.util.transformer.base declared as PatternCompiler | |
|---|---|
private PatternCompiler |
StringTransformerChainXmlParser.patternCompiler
Deprecated. |
| Constructors in net.sf.mmm.util.transformer.base with parameters of type PatternCompiler | |
|---|---|
StringTransformerChainXmlParser(DomUtil domUtil,
PatternCompiler patternCompiler)
Deprecated. The constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||