Modifier and Type | Method and Description |
---|---|
Node |
Archive.delete(ArchivePath path)
|
Node |
Archive.delete(java.lang.String archivePath)
|
Node |
Archive.get(ArchivePath path)
Obtains the
Node located at the specified path |
Node |
Archive.get(java.lang.String path)
Obtains the
Node located at the specified path |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Node> |
Node.getChildren() |
java.util.Map<ArchivePath,Node> |
Archive.getContent()
Obtains all assets in this archive, along with their respective paths.
|
java.util.Map<ArchivePath,Node> |
Archive.getContent(Filter<ArchivePath> filter)
Obtains all assets matching given filter in this archive, along with its respective Path.
|
Modifier and Type | Method and Description |
---|---|
private void |
VerboseFormatter.format(java.lang.StringBuilder sb,
Node node) |
Modifier and Type | Class and Description |
---|---|
class |
NodeImpl
The default implementation of
Node |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Node> |
NodeImpl.children
The children nodes.
|
Modifier and Type | Method and Description |
---|---|
Node |
MemoryMapArchiveBase.delete(ArchivePath path)
|
Node |
MemoryMapArchiveBase.delete(java.lang.String archivePath)
|
Node |
MemoryMapArchiveBase.get(ArchivePath path)
Obtains the
Node located at the specified path |
Node |
ArchiveBase.get(java.lang.String path)
Obtains the
Node located at the specified path |
private Node |
MemoryMapArchiveBase.getNestedNode(ArchivePath path)
Attempt to get the asset from a nested archive.
|
private Node |
MemoryMapArchiveBase.removeNodeRecursively(NodeImpl node,
ArchivePath path)
Removes the specified node and its associated children from the contents
of this archive.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Node> |
NodeImpl.getChildren() |
java.util.Map<ArchivePath,Node> |
MemoryMapArchiveBase.getContent()
Obtains all assets in this archive, along with their respective paths.
|
java.util.Map<ArchivePath,Node> |
MemoryMapArchiveBase.getContent(Filter<ArchivePath> filter)
Obtains all assets matching given filter in this archive, along with its respective Path.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeImpl.addChild(Node node)
Adds a child to the Set of nodes.
|
void |
NodeImpl.removeChild(Node node)
Removes a child from the Set of nodes.
|
Modifier and Type | Method and Description |
---|---|
Node |
ContainerBase.delete(ArchivePath path)
|
Node |
ContainerBase.delete(java.lang.String archivePath)
|
Node |
ContainerBase.get(ArchivePath path)
Obtains the
Node located at the specified path |
Node |
ContainerBase.get(java.lang.String path)
Obtains the
Node located at the specified path |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ArchivePath,Node> |
ContainerBase.getContent()
Obtains all assets in this archive, along with their respective paths.
|
java.util.Map<ArchivePath,Node> |
ContainerBase.getContent(Filter<ArchivePath> filter)
Obtains all assets matching given filter in this archive, along with its respective Path.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<Node> |
AbstractOnDemandInputStream.nodesIterator
Iterator over nodes contained in base archive.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractExporterDelegate.processNode(ArchivePath path,
Node node)
Template method for processing a single node.
|
protected void |
ExplodedExporterDelegate.processNode(ArchivePath path,
Node node)
Template method for processing a single node.
|
private void |
AbstractExporterDelegate.processNode(Node node)
Recursive call to process all the node hierarchy
|
Modifier and Type | Method and Description |
---|---|
protected void |
TarBz2ExporterDelegate.processNode(ArchivePath path,
Node node) |
protected void |
TarExporterDelegate.processNode(ArchivePath path,
Node node) |
protected void |
TarGzExporterDelegate.processNode(ArchivePath path,
Node node) |
Modifier and Type | Method and Description |
---|---|
protected void |
ZipExporterDelegate.processNode(ArchivePath path,
Node node) |