Class MatchPattern

java.lang.Object
org.codehaus.plexus.util.MatchPattern

public class MatchPattern extends Object

Describes a match target for SelectorUtils.

Significantly more efficient than using strings, since re-evaluation and re-tokenizing is avoided.

Author:
Kristian Rosenvold