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 AssetArchiveEvent.assetprivate AssetArchiveEvent.handledAssetMethods 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.voidArchiveEvent.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 TypeInterfaceDescriptioninterfacePluggable 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 TypeClassDescriptionclassAnAssetrepresenting anArchive; a specifiedStreamExportertype will be used to fulfill theopenStream()contract.classImplementation of anAssetbacked by a byte arrayclassclassClassloaderAsset Implementation of aAssetbacked by a resource located in the Classloader.enumImplementation of aAssethaving empty content.classclassImplementation of anAssetbacked 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 theAssetas a library to the container, returning the container itself.LibraryContainer.addAsLibrary(Asset resource, ArchivePath target) Adds theAssetas a library to the container, returning the container itself.ManifestContainer.addAsManifestResource(Asset resource, String target) Adds theAssetas a Manifest resource to the container, returning the container itself.ManifestContainer.addAsManifestResource(Asset resource, ArchivePath target) Adds theAssetas 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 theAssetas a resource to the container, returning the container itself.ResourceContainer.addAsResource(Asset resource, ArchivePath target) Adds theAssetas a resource to the container, returning the container itself.WebContainer.addAsWebInfResource(Asset resource, String target) Adds theAssetas a WEB-INF resource to the container, returning the container itself.WebContainer.addAsWebInfResource(Asset resource, ArchivePath target) Adds theAssetas a WEB-INF resource to the container, returning the container itself.WebContainer.addAsWebResource(Asset resource, String target) Adds theAssetas a Web resource to the container, returning the container itself.WebContainer.addAsWebResource(Asset resource, ArchivePath target) Adds theAssetas a Web resource to the container, returning the container itself.EnterpriseContainer.setApplicationXML(Asset resource) ManifestContainer.setManifest(Asset resource) Adds theAssetas MANIFEST.FM to the container, returning the container itself.ResourceAdapterContainer.setResourceAdapterXML(Asset resource) Adds theAssetas ra.xml to the container, returning the container itself.Adds theAssetas 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 TypeClassDescriptionclassAnAssetimplementation backed by an internal memory representation; able to be directly added to anArchive, and supports all operations designated by the NIO.2SeekableByteChannelAPI.classMemoryAssetimplementation complying to theNamedAssetAPI; 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 AssetMemoryMapArchiveBase.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 TMemoryMapArchiveBase.addAsset(ArchivePath path, Asset asset) private voidMemoryMapArchiveBase.addNewNode(ArchivePath path, Asset handledAsset) voidURLPackageScanner.Callback.classFound(String className, Asset asset) Called for each found class.private AssetMemoryMapArchiveBase.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 TypeClassDescriptionclassServiceProviderAssetclassHolds 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 theAssetas a WEB-INF resource to the container, returning the container itself.WebContainerBase.addAsWebInfResource(Asset resource, ArchivePath target) Adds theAssetas a WEB-INF resource to the container, returning the container itself.WebContainerBase.addAsWebResource(Asset resource, String target) WebContainerBase.addAsWebResource(Asset resource, ArchivePath target) Adds theAssetas a Web resource to the container, returning the container itself.EnterpriseContainerBase.setApplicationXML(Asset resource) ContainerBase.setManifest(Asset resource) Adds theAssetas MANIFEST.FM to the container, returning the container itself.ResourceAdapterContainerBase.setResourceAdapterXML(Asset resource) -
Uses of Asset in org.jboss.shrinkwrap.impl.base.exporter
Methods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type AssetModifier and TypeMethodDescriptionprotected abstract voidAbstractOnDemandInputStream.putNextEntry(T outputStream, String context, Asset asset) Writes the next entry (demarcates a new file/folder is to be written).private voidAbstractOnDemandInputStream.startAsset(String path, Asset asset) Start entry in stream. -
Uses of Asset in org.jboss.shrinkwrap.impl.base.exporter.tar
Methods in org.jboss.shrinkwrap.impl.base.exporter.tar with parameters of type AssetModifier and TypeMethodDescriptionprotected voidTarBz2OnDemandInputStream.putNextEntry(TarBzOutputStream outputStream, String context, Asset asset) protected voidTarGzOnDemandInputStream.putNextEntry(TarGzOutputStream outputStream, String context, Asset asset) protected voidTarOnDemandInputStreamBase.putNextEntry(TarOutputStreamImpl outputStream, String context, Asset asset) -
Uses of Asset in org.jboss.shrinkwrap.impl.base.exporter.zip
Methods in org.jboss.shrinkwrap.impl.base.exporter.zip with parameters of type AssetModifier and TypeMethodDescriptionprotected voidZipOnDemandInputStream.putNextEntry(ZipOutputStream outputStream, String context, Asset asset)