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. |
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.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.