public interface ArchivePath extends 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 | Method and Description |
|---|---|
String |
get()
Obtains the context which this
ArchivePath represents |
ArchivePath |
getParent()
Obtains the parent of this Path, if exists, else null.
|
compareToString get()
ArchivePath representsArchivePath getParent()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.