ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Uses of Interface
org.jboss.shrinkwrap.api.Node

Packages that use Node
org.jboss.shrinkwrap.api   
org.jboss.shrinkwrap.impl.base   
org.jboss.shrinkwrap.impl.base.container   
org.jboss.shrinkwrap.impl.base.exporter   
 

Uses of Node in org.jboss.shrinkwrap.api
 

Methods in org.jboss.shrinkwrap.api that return Node
 Node Archive.delete(ArchivePath path)
          Removes the Node in the Archive at the specified ArchivePath.
 Node Archive.delete(String archivePath)
          Removes the Node in the Archive at the ArchivePath indicated by the specified 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
 

Methods in org.jboss.shrinkwrap.api that return types with arguments of type Node
 Set<Node> Node.getChildren()
           
 Map<ArchivePath,Node> Archive.getContent()
          Obtains all assets in this archive, along with its respective Path.
 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.impl.base
 

Classes in org.jboss.shrinkwrap.impl.base that implement Node
 class NodeImpl
          The default implementation of Node
 

Methods in org.jboss.shrinkwrap.impl.base that return Node
 Node MemoryMapArchiveBase.delete(ArchivePath path)
          Removes the Node in the Archive at the specified ArchivePath.
 Node MemoryMapArchiveBase.delete(String archivePath)
          Removes the Node in the Archive at the ArchivePath indicated by the specified 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
 

Methods in org.jboss.shrinkwrap.impl.base that return types with arguments of type Node
 Set<Node> NodeImpl.getChildren()
           
 Map<ArchivePath,Node> MemoryMapArchiveBase.getContent()
          Obtains all assets in this archive, along with its respective Path.
 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
 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.
 

Uses of Node in org.jboss.shrinkwrap.impl.base.container
 

Methods in org.jboss.shrinkwrap.impl.base.container that return Node
 Node ContainerBase.delete(ArchivePath path)
          Removes the Node in the Archive at the specified ArchivePath.
 Node ContainerBase.delete(String archivePath)
          Removes the Node in the Archive at the ArchivePath indicated by the specified 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
 

Methods in org.jboss.shrinkwrap.impl.base.container that return types with arguments of type Node
 Map<ArchivePath,Node> ContainerBase.getContent()
          Obtains all assets in this archive, along with its respective Path.
 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
 

Methods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type Node
protected abstract  void AbstractExporterDelegate.processNode(ArchivePath path, Node node)
          Template method for processing a single node.
protected  void StreamExporterDelegateBase.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.
 


ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.