| 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 decoded segment.
|
int |
size() |
boolean |
startsWith(Fqn other)
Validate that the current Fqn starts with the other Fqn.
|
String |
toString() |
public static Fqn of(ReaderCursor c)
public static Fqn of(String fqn)
public int size()
public String segment(int i)
public boolean startsWith(Fqn other)
startsWith in interface FqnCopyright © 2014. All rights reserved.