Package net.sf.mmm.util.pattern.base

Contains public implementations of the 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.
 

Package net.sf.mmm.util.pattern.base Description

Contains public implementations of the PatternCompiler interface for different syntax such as java-regex-, glob- and path-patterns.

Pattern-Util Base

Besides the RegexPatternCompiler that only delegates to Pattern.compile(String) there is also GlobPatternCompiler and PathPatternCompiler.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.