Uses of Interface
org.jboss.shrinkwrap.api.asset.NamedAsset
Packages that use NamedAsset
Package
Description
-
Uses of NamedAsset in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api with parameters of type NamedAssetModifier and TypeMethodDescriptionArchive.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 NamedAssetModifier and TypeClassDescriptionclass
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 NamedAssetModifier and TypeMethodDescriptionArchiveBase.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 NamedAssetModifier and TypeMethodDescriptionContainerBase.add
(NamedAsset namedAsset) Adds the asset encapsulated within the specifiedNamedAsset
under the encapsulated name and target (directory)