Uses of Class
org.apache.jackrabbit.spi.commons.name.MatchResult

Packages that use MatchResult
org.apache.jackrabbit.spi.commons.name   
 

Uses of MatchResult in org.apache.jackrabbit.spi.commons.name
 

Methods in org.apache.jackrabbit.spi.commons.name that return MatchResult
static MatchResult Matcher.findMatch(Pattern pattern, Path input)
          Find the first match of a pattern in a path.
static MatchResult Matcher.findMatch(Pattern pattern, Path input, int pos)
          Find the first match of a pattern in a path starting at a given position.
 MatchResult Pattern.match(Path input)
          Matches this pattern against the input.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.