public final class Fqn extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
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)
Retrieve the unencoded segment.
|
int |
size() |
String |
toString() |
public static Fqn of(ReaderCursor c)
public static Fqn of(String fqn)
public int size()
public String segment(int i)
i - Index of the segment to retrieve.Copyright © 2014. All rights reserved.