public interface ArchivePath extends java.lang.Comparable<ArchivePath>
Archive under which an Node may be found. All
ArchivePath contexts are absolute (ie. prepended with the '/' character). ArchivePaths may have
parent contexts, unless the path is at the root.| Modifier and Type | Field and Description |
|---|---|
static char |
SEPARATOR
Separator character
|
static java.lang.String |
SEPARATOR_STRING
Separator character as a
String |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get()
Obtains the context which this
ArchivePath represents |
ArchivePath |
getParent()
Obtains the parent of this Path, if exists, else null.
|
static final char SEPARATOR
static final java.lang.String SEPARATOR_STRING
Stringjava.lang.String get()
ArchivePath representsArchivePath getParent()