Uses of Interface
org.jboss.shrinkwrap.api.asset.NamedAsset
-
Packages that use NamedAsset Package Description org.jboss.shrinkwrap.api org.jboss.shrinkwrap.api.nio.file org.jboss.shrinkwrap.impl.base org.jboss.shrinkwrap.impl.base.container -
-
Uses of NamedAsset in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api with parameters of type NamedAsset Modifier and Type Method Description T
Archive. add(NamedAsset namedAsset)
Adds the asset encapsulated within the specifiedNamedAsset
under the encapsulated name and target (directory) -
Uses of NamedAsset in org.jboss.shrinkwrap.api.nio.file
Classes in org.jboss.shrinkwrap.api.nio.file that implement NamedAsset Modifier and Type Class Description class
MemoryNamedAsset
MemoryAsset
implementation complying to theNamedAsset
API; thread-safe. -
Uses of NamedAsset in org.jboss.shrinkwrap.impl.base
Methods in org.jboss.shrinkwrap.impl.base with parameters of type NamedAsset Modifier and Type Method Description T
ArchiveBase. add(NamedAsset namedAsset)
Adds the asset encapsulated within the specifiedNamedAsset
under the encapsulated name and target (directory) -
Uses of NamedAsset in org.jboss.shrinkwrap.impl.base.container
Methods in org.jboss.shrinkwrap.impl.base.container with parameters of type NamedAsset Modifier and Type Method Description T
ContainerBase. add(NamedAsset namedAsset)
Adds the asset encapsulated within the specifiedNamedAsset
under the encapsulated name and target (directory)
-