public interface Fqn
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
segment(int i) |
int |
size() |
boolean |
startsWith(Fqn other) |
Copyright © 2014. All rights reserved.