Uses of Interface
org.jboss.shrinkwrap.api.Node
Packages that use Node
Package
Description
-
Uses of Node in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api that return NodeModifier and TypeMethodDescriptionArchive.delete
(ArchivePath path) Obtains theNode
located at the specified pathArchive.get
(ArchivePath path) Obtains theNode
located at the specified pathMethods in org.jboss.shrinkwrap.api that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()
Archive.getContent()
Obtains all assets in this archive, along with their respective paths.Archive.getContent
(Filter<ArchivePath> filter) Obtains all assets matching given filter in this archive, along with its respective Path. -
Uses of Node in org.jboss.shrinkwrap.api.formatter
Methods in org.jboss.shrinkwrap.api.formatter with parameters of type NodeModifier and TypeMethodDescriptionprivate void
VerboseFormatter.format
(StringBuilder sb, Node node) -
Uses of Node in org.jboss.shrinkwrap.impl.base
Classes in org.jboss.shrinkwrap.impl.base that implement NodeFields in org.jboss.shrinkwrap.impl.base with type parameters of type NodeMethods in org.jboss.shrinkwrap.impl.base that return NodeModifier and TypeMethodDescriptionMemoryMapArchiveBase.delete
(ArchivePath path) Obtains theNode
located at the specified pathMemoryMapArchiveBase.get
(ArchivePath path) Obtains theNode
located at the specified pathprivate 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.Methods in org.jboss.shrinkwrap.impl.base that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeImpl.getChildren()
MemoryMapArchiveBase.getContent()
Obtains all assets in this archive, along with their respective paths.MemoryMapArchiveBase.getContent
(Filter<ArchivePath> filter) Obtains all assets matching given filter in this archive, along with its respective Path.Methods in org.jboss.shrinkwrap.impl.base with parameters of type NodeModifier and TypeMethodDescriptionvoid
Adds a child to the Set of nodes.void
NodeImpl.removeChild
(Node node) Removes a child from the Set of nodes. -
Uses of Node in org.jboss.shrinkwrap.impl.base.container
Methods in org.jboss.shrinkwrap.impl.base.container that return NodeModifier and TypeMethodDescriptionContainerBase.delete
(ArchivePath path) Obtains theNode
located at the specified pathContainerBase.get
(ArchivePath path) Obtains theNode
located at the specified pathMethods in org.jboss.shrinkwrap.impl.base.container that return types with arguments of type NodeModifier and TypeMethodDescriptionContainerBase.getContent()
Obtains all assets in this archive, along with their respective paths.ContainerBase.getContent
(Filter<ArchivePath> filter) Obtains all assets matching given filter in this archive, along with its respective Path. -
Uses of Node in org.jboss.shrinkwrap.impl.base.exporter
Fields in org.jboss.shrinkwrap.impl.base.exporter with type parameters of type NodeModifier and TypeFieldDescriptionAbstractOnDemandInputStream.nodesIterator
Iterator over nodes contained in base archive.Methods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type NodeModifier and TypeMethodDescriptionprotected abstract void
AbstractExporterDelegate.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 hierarchyprotected void
ExplodedExporterDelegate.processNode
(ArchivePath path, Node node) Template method for processing a single node. -
Uses of Node in org.jboss.shrinkwrap.impl.base.exporter.tar
Methods in org.jboss.shrinkwrap.impl.base.exporter.tar with parameters of type NodeModifier and TypeMethodDescriptionprotected void
TarBz2ExporterDelegate.processNode
(ArchivePath path, Node node) protected void
TarExporterDelegate.processNode
(ArchivePath path, Node node) protected void
TarGzExporterDelegate.processNode
(ArchivePath path, Node node) -
Uses of Node in org.jboss.shrinkwrap.impl.base.exporter.zip
Methods in org.jboss.shrinkwrap.impl.base.exporter.zip with parameters of type NodeModifier and TypeMethodDescriptionprotected void
ZipExporterDelegate.processNode
(ArchivePath path, Node node)