Uses of Interface
org.jboss.shrinkwrap.api.Node
-
-
Uses of Node in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api that return Node Modifier and Type Method Description NodeArchive. delete(java.lang.String archivePath)NodeArchive. delete(ArchivePath path)NodeArchive. get(java.lang.String path)Obtains theNodelocated at the specified pathNodeArchive. get(ArchivePath path)Obtains theNodelocated at the specified pathMethods in org.jboss.shrinkwrap.api that return types with arguments of type Node Modifier and Type Method 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. -
Uses of Node in org.jboss.shrinkwrap.api.formatter
Methods in org.jboss.shrinkwrap.api.formatter with parameters of type Node Modifier and Type Method Description private voidVerboseFormatter. format(java.lang.StringBuilder sb, Node node) -
Uses of Node in org.jboss.shrinkwrap.impl.base
Classes in org.jboss.shrinkwrap.impl.base that implement Node Modifier and Type Class Description classNodeImplThe default implementation ofNodeFields in org.jboss.shrinkwrap.impl.base with type parameters of type Node Modifier and Type Field Description private java.util.Set<Node>NodeImpl. childrenThe children nodes.Methods in org.jboss.shrinkwrap.impl.base that return Node Modifier and Type Method Description NodeMemoryMapArchiveBase. delete(java.lang.String archivePath)NodeMemoryMapArchiveBase. delete(ArchivePath path)NodeArchiveBase. get(java.lang.String path)Obtains theNodelocated at the specified pathNodeMemoryMapArchiveBase. get(ArchivePath path)Obtains theNodelocated at the specified pathprivate NodeMemoryMapArchiveBase. getNestedNode(ArchivePath path)Attempt to get the asset from a nested archive.private NodeMemoryMapArchiveBase. 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 Node Modifier and Type Method 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.Methods in org.jboss.shrinkwrap.impl.base with parameters of type Node Modifier and Type Method Description voidNodeImpl. addChild(Node node)Adds a child to the Set of nodes.voidNodeImpl. 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 Node Modifier and Type Method Description NodeContainerBase. delete(java.lang.String archivePath)NodeContainerBase. delete(ArchivePath path)NodeContainerBase. get(java.lang.String path)Obtains theNodelocated at the specified pathNodeContainerBase. get(ArchivePath path)Obtains theNodelocated at the specified pathMethods in org.jboss.shrinkwrap.impl.base.container that return types with arguments of type Node Modifier and Type Method 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. -
Uses of Node in org.jboss.shrinkwrap.impl.base.exporter
Fields in org.jboss.shrinkwrap.impl.base.exporter with type parameters of type Node Modifier and Type Field Description private java.util.Iterator<Node>AbstractOnDemandInputStream. nodesIteratorIterator over nodes contained in base archive.Methods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type Node Modifier and Type Method Description protected abstract voidAbstractExporterDelegate. processNode(ArchivePath path, Node node)Template method for processing a single node.private voidAbstractExporterDelegate. processNode(Node node)Recursive call to process all the node hierarchyprotected voidExplodedExporterDelegate. 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 Node Modifier and Type Method Description protected voidTarBz2ExporterDelegate. processNode(ArchivePath path, Node node)protected voidTarExporterDelegate. processNode(ArchivePath path, Node node)protected voidTarGzExporterDelegate. 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 Node Modifier and Type Method Description protected voidZipExporterDelegate. processNode(ArchivePath path, Node node)
-