public interface PathPattern
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PathPattern.Builder
Allows to build Path Patterns.
|
static interface |
PathPattern.MatchResult
Match result of a pattern matching.
|
static interface |
PathPattern.Specs
Specifications of this pattern.
|
static class |
PathPattern.Type
Define the type of pattern.
|
| Modifier and Type | Method and Description |
|---|---|
PathPattern.Specs |
getSpecs() |
PathPattern.MatchResult |
match(Path path)
Match a pattern against a name.
|
static PathPattern.Builder |
newBuilder() |
static PathPattern |
of(String path)
Create a new Path Pattern from a String.
|
static PathPattern.Builder newBuilder()
static PathPattern of(String path)
PathPattern.MatchResult match(Path path)
PathPattern.Specs getSpecs()
Copyright © 2015. All rights reserved.