| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
static PatternCompiler |
WildcardGlobPatternCompiler.INSTANCE
A singleton instance of this implementation.
|
static PatternCompiler |
RegexInfixPatternCompiler.INSTANCE
A singleton instance of this implementation.
|
static PatternCompiler |
PathPatternCompiler.INSTANCE
A singleton instance of this instance.
|
static PatternCompiler |
GlobPatternCompiler.INSTANCE
A singleton instance of this implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private PatternCompiler |
StringTransformerChainXmlParser.patternCompiler
Deprecated.
|
| Constructor and Description |
|---|
StringTransformerChainXmlParser(DomUtil domUtil,
PatternCompiler patternCompiler)
Deprecated.
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.