public interface Fqn
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Fqn.Builder
Builder interface for the Fqn.
|
| Modifier and Type | Method and Description |
|---|---|
static Fqn |
empty() |
static Fqn.Builder |
from(Fqn fqn)
Start building a Fqn from another name.
|
static Fqn.Builder |
fromSegment(String segment)
Start building a Fqn from an initial segment.
|
static Fqn.Builder |
newBuilder() |
static Fqn |
of(ReaderCursor c)
Create a fully qualified name from a ReaderCursor.
|
static Fqn |
of(String fqn)
Create a new Fully Qualified Name from a String.
|
static Fqn |
ofSegment(String segment) |
String |
segment(int i) |
int |
size() |
boolean |
startsWith(Fqn other) |
static Fqn empty()
static Fqn of(ReaderCursor c)
static Fqn of(String fqn)
static Fqn.Builder fromSegment(String segment)
static Fqn.Builder from(Fqn fqn)
static Fqn.Builder newBuilder()
int size()
String segment(int i)
boolean startsWith(Fqn other)
Copyright © 2015. All rights reserved.