Package | Description |
---|---|
org.apache.jackrabbit.spi.commons.name |
Modifier and Type | Method and Description |
---|---|
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–2021 The Apache Software Foundation. All rights reserved.