Package | Description |
---|---|
org.jboss.shrinkwrap.api | |
org.jboss.shrinkwrap.api.nio.file | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.container |
Modifier and Type | Method and Description |
---|---|
T |
Archive.add(NamedAsset namedAsset)
Adds the asset encapsulated within the specified
NamedAsset under the encapsulated name and target
(directory) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryNamedAsset
MemoryAsset implementation complying to the NamedAsset API; thread-safe. |
Modifier and Type | Method and Description |
---|---|
T |
ArchiveBase.add(NamedAsset namedAsset)
Adds the asset encapsulated within the specified
NamedAsset under the encapsulated name and target
(directory) |
Modifier and Type | Method and Description |
---|---|
T |
ContainerBase.add(NamedAsset namedAsset)
Adds the asset encapsulated within the specified
NamedAsset under the encapsulated name and target
(directory) |