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



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