Package | Description |
---|---|
org.jboss.shrinkwrap.impl.base |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ArchivePath,NodeImpl> |
MemoryMapArchiveBase.content
Storage for the
Node s. |
Modifier and Type | Method and Description |
---|---|
private NodeImpl |
MemoryMapArchiveBase.obtainParent(ArchivePath path)
|
Modifier and Type | Method and Description |
---|---|
private Node |
MemoryMapArchiveBase.removeNodeRecursively(NodeImpl node,
ArchivePath path)
Removes the specified node and its associated children from the contents
of this archive.
|