Package | Description |
---|---|
org.jboss.shrinkwrap.api |
Modifier and Type | Method and Description |
---|---|
Node |
Archive.delete(ArchivePath path)
|
Node |
Archive.delete(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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.