Skip navigation links

Package net.sf.mmm.util.pattern.api

Provides the API for a pattern compiler.

See: Description

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

Provides the API for a pattern compiler.

Pattern-Util API

To compile a Pattern from a string you can use a PatternCompiler instead of Pattern.compile(String). This allows to exchange the implementation and e.g. support a different pattern syntax such as the common glob-patterns while still providing a Java regex-Pattern (and NOT some non-JDK object such as ORO or whatever).
Skip navigation links

Copyright © 2001–2016 mmm-Team. All rights reserved.