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