Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container | |
org.jboss.shrinkwrap.impl.base.exporter |
Modifier and Type | Method and Description |
---|---|
Node |
Archive.delete(ArchivePath path)
|
Node |
Archive.delete(String archivePath)
|
Node |
Archive.get(ArchivePath path)
Obtains the
Node located at the specified path |
Node |
Archive.get(String path)
Obtains the
Node located at the specified path |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
Node.getChildren() |
Map<ArchivePath,Node> |
Archive.getContent()
Obtains all assets in this archive, along with their respective paths.
|
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 | Class and Description |
---|---|
class |
NodeImpl
The default implementation of
Node |
Modifier and Type | Method and Description |
---|---|
Node |
MemoryMapArchiveBase.delete(ArchivePath path)
|
Node |
MemoryMapArchiveBase.delete(String archivePath)
|
Node |
MemoryMapArchiveBase.get(ArchivePath path)
Obtains the
Node located at the specified path |
Node |
ArchiveBase.get(String path)
Obtains the
Node located at the specified path |
Modifier and Type | Method and Description |
---|---|
Set<Node> |
NodeImpl.getChildren() |
Map<ArchivePath,Node> |
MemoryMapArchiveBase.getContent()
Obtains all assets in this archive, along with their respective paths.
|
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(String archivePath)
|
Node |
ContainerBase.get(ArchivePath path)
Obtains the
Node located at the specified path |
Node |
ContainerBase.get(String path)
Obtains the
Node located at the specified path |
Modifier and Type | Method and Description |
---|---|
Map<ArchivePath,Node> |
ContainerBase.getContent()
Obtains all assets in this archive, along with their respective paths.
|
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 | Method and Description |
---|---|
protected void |
ExplodedExporterDelegate.processNode(ArchivePath path,
Node node)
Template method for processing a single node.
|
protected abstract void |
AbstractExporterDelegate.processNode(ArchivePath path,
Node node)
Template method for processing a single node.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.