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