ShrinkWrap API 1.1.0-alpha-2

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

Packages that use Node
org.jboss.shrinkwrap.api   
 

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 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.
 


ShrinkWrap API 1.1.0-alpha-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.