Uses of Interface
org.jboss.shrinkwrap.api.asset.Asset
Packages that use Asset
Package
Description
-
Uses of Asset in org.jboss.shrinkwrap.api
Fields in org.jboss.shrinkwrap.api declared as AssetModifier and TypeFieldDescriptionprivate final Asset
ArchiveEvent.asset
private Asset
ArchiveEvent.handledAsset
Methods in org.jboss.shrinkwrap.api that return AssetModifier and TypeMethodDescriptionArchiveEvent.getAsset()
Node.getAsset()
ArchiveEvent.getHandledAsset()
Methods in org.jboss.shrinkwrap.api with parameters of type AssetModifier and TypeMethodDescriptionAdds the specified resource under the context denoted by the specified targetAdds the specified asset under the specified target (directory) using the specified name.Archive.add
(Asset asset, ArchivePath target) Adds the specified asset under the specified path into the target contextArchive.add
(Asset asset, ArchivePath target, String name) Adds the specified asset under the specified target (directory) using the specified name.void
ArchiveEvent.setHandledAsset
(Asset handledAsset) Constructors in org.jboss.shrinkwrap.api with parameters of type Asset -
Uses of Asset in org.jboss.shrinkwrap.api.asset
Subinterfaces of Asset in org.jboss.shrinkwrap.api.assetModifier and TypeInterfaceDescriptioninterface
Pluggable separation between an Asset and a default name used to add Assets into an archive without having to explicitly supply the name (ArchivePath
) each time.Classes in org.jboss.shrinkwrap.api.asset that implement AssetModifier and TypeClassDescriptionclass
AnAsset
representing anArchive
; a specifiedStreamExporter
type will be used to fulfill theopenStream()
contract.class
Implementation of anAsset
backed by a byte arrayclass
class
ClassloaderAsset Implementation of aAsset
backed by a resource located in the Classloader.enum
Implementation of aAsset
having empty content.class
class
Implementation of anAsset
backed by a Stringclass
-
Uses of Asset in org.jboss.shrinkwrap.api.container
Methods in org.jboss.shrinkwrap.api.container with parameters of type AssetModifier and TypeMethodDescriptionEnterpriseContainer.addAsApplicationResource
(Asset resource, String target) EnterpriseContainer.addAsApplicationResource
(Asset resource, ArchivePath target) LibraryContainer.addAsLibrary
(Asset resource, String target) Adds theAsset
as a library to the container, returning the container itself.LibraryContainer.addAsLibrary
(Asset resource, ArchivePath target) Adds theAsset
as a library to the container, returning the container itself.ManifestContainer.addAsManifestResource
(Asset resource, String target) Adds theAsset
as a Manifest resource to the container, returning the container itself.ManifestContainer.addAsManifestResource
(Asset resource, ArchivePath target) Adds theAsset
as a Manifest resource to the container, returning the container itself.EnterpriseContainer.addAsModule
(Asset resource, String targetPath) EnterpriseContainer.addAsModule
(Asset resource, ArchivePath targetPath) ResourceContainer.addAsResource
(Asset resource, String target) Adds theAsset
as a resource to the container, returning the container itself.ResourceContainer.addAsResource
(Asset resource, ArchivePath target) Adds theAsset
as a resource to the container, returning the container itself.WebContainer.addAsWebInfResource
(Asset resource, String target) Adds theAsset
as a WEB-INF resource to the container, returning the container itself.WebContainer.addAsWebInfResource
(Asset resource, ArchivePath target) Adds theAsset
as a WEB-INF resource to the container, returning the container itself.WebContainer.addAsWebResource
(Asset resource, String target) Adds theAsset
as a Web resource to the container, returning the container itself.WebContainer.addAsWebResource
(Asset resource, ArchivePath target) Adds theAsset
as a Web resource to the container, returning the container itself.EnterpriseContainer.setApplicationXML
(Asset resource) ManifestContainer.setManifest
(Asset resource) Adds theAsset
as MANIFEST.FM to the container, returning the container itself.ResourceAdapterContainer.setResourceAdapterXML
(Asset resource) Adds theAsset
as ra.xml to the container, returning the container itself.Adds theAsset
as web.xml to the container, returning the container itself. -
Uses of Asset in org.jboss.shrinkwrap.api.nio.file
Classes in org.jboss.shrinkwrap.api.nio.file that implement AssetModifier and TypeClassDescriptionclass
AnAsset
implementation backed by an internal memory representation; able to be directly added to anArchive
, and supports all operations designated by the NIO.2SeekableByteChannel
API.class
MemoryAsset
implementation complying to theNamedAsset
API; thread-safe. -
Uses of Asset in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base declared as AssetMethods in org.jboss.shrinkwrap.impl.base that return AssetModifier and TypeMethodDescriptionNodeImpl.getAsset()
private Asset
MemoryMapArchiveBase.invokeHandlers
(ArchivePath path, Asset asset) Methods in org.jboss.shrinkwrap.impl.base with parameters of type AssetModifier and TypeMethodDescriptionAdds the specified resource under the context denoted by the specified targetAdds the specified asset under the specified target (directory) using the specified name.ArchiveBase.add
(Asset asset, ArchivePath path, String name) Adds the specified asset under the specified target (directory) using the specified name.MemoryMapArchiveBase.add
(Asset asset, ArchivePath path) Adds the specified asset under the specified path into the target contextprivate T
MemoryMapArchiveBase.addAsset
(ArchivePath path, Asset asset) private void
MemoryMapArchiveBase.addNewNode
(ArchivePath path, Asset handledAsset) private Asset
MemoryMapArchiveBase.invokeHandlers
(ArchivePath path, Asset asset) Constructors in org.jboss.shrinkwrap.impl.base with parameters of type AssetModifierConstructorDescriptionNodeImpl
(ArchivePath path, Asset asset) Constructor This constructor will create an asset Node with the specified path. -
Uses of Asset in org.jboss.shrinkwrap.impl.base.asset
Classes in org.jboss.shrinkwrap.impl.base.asset that implement AssetModifier and TypeClassDescriptionclass
ServiceProviderAssetclass
Holds a reference to the ZipFile and the ZipEntry this Asset represents for lazy loading. -
Uses of Asset in org.jboss.shrinkwrap.impl.base.container
Methods in org.jboss.shrinkwrap.impl.base.container with parameters of type AssetModifier and TypeMethodDescriptionAdds the specified resource under the context denoted by the specified targetAdds the specified asset under the specified target (directory) using the specified name.ContainerBase.add
(Asset asset, ArchivePath target) Adds the specified asset under the specified path into the target contextContainerBase.add
(Asset asset, ArchivePath path, String name) Adds the specified asset under the specified target (directory) using the specified name.EnterpriseContainerBase.addAsApplicationResource
(Asset resource, String target) EnterpriseContainerBase.addAsApplicationResource
(Asset resource, ArchivePath target) ContainerBase.addAsLibrary
(Asset resource, String target) ContainerBase.addAsLibrary
(Asset resource, ArchivePath target) ContainerBase.addAsManifestResource
(Asset resource, String target) ContainerBase.addAsManifestResource
(Asset resource, ArchivePath target) EnterpriseContainerBase.addAsModule
(Asset resource, String targetPath) EnterpriseContainerBase.addAsModule
(Asset resource, ArchivePath targetPath) ContainerBase.addAsResource
(Asset resource, String target) ContainerBase.addAsResource
(Asset resource, ArchivePath target) WebContainerBase.addAsWebInfResource
(Asset resource, String target) Adds theAsset
as a WEB-INF resource to the container, returning the container itself.WebContainerBase.addAsWebInfResource
(Asset resource, ArchivePath target) Adds theAsset
as a WEB-INF resource to the container, returning the container itself.WebContainerBase.addAsWebResource
(Asset resource, String target) WebContainerBase.addAsWebResource
(Asset resource, ArchivePath target) Adds theAsset
as a Web resource to the container, returning the container itself.EnterpriseContainerBase.setApplicationXML
(Asset resource) ContainerBase.setManifest
(Asset resource) Adds theAsset
as MANIFEST.FM to the container, returning the container itself.ResourceAdapterContainerBase.setResourceAdapterXML
(Asset resource)