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 TArchive. add(NamedAsset namedAsset)Adds the asset encapsulated within the specifiedNamedAssetunder 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 classMemoryNamedAssetMemoryAssetimplementation complying to theNamedAssetAPI; 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 TArchiveBase. add(NamedAsset namedAsset)Adds the asset encapsulated within the specifiedNamedAssetunder 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 TContainerBase. add(NamedAsset namedAsset)Adds the asset encapsulated within the specifiedNamedAssetunder the encapsulated name and target (directory)
-