Uses of Interface
org.jboss.shrinkwrap.api.asset.Asset
-
-
Uses of Asset in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api that return Asset Modifier and Type Method Description AssetArchiveEvent. getAsset()AssetNode. getAsset()AssetArchiveEvent. getHandledAsset()Methods in org.jboss.shrinkwrap.api with parameters of type Asset Modifier and Type Method Description TArchive. add(Asset asset, String target)Adds the specified resource under the context denoted by the specified targetTArchive. add(Asset asset, String target, String name)Adds the specified asset under the specified target (directory) using the specified name.TArchive. add(Asset asset, ArchivePath target)Adds the specified asset under the specified path into the target contextTArchive. 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 Constructor Description ArchiveEvent(ArchivePath path, Asset asset) -
Uses of Asset in org.jboss.shrinkwrap.api.asset
Subinterfaces of Asset in org.jboss.shrinkwrap.api.asset Modifier and Type Interface Description interfaceNamedAssetPluggable 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 Asset Modifier and Type Class Description classArchiveAssetAnAssetrepresenting anArchive; a specifiedStreamExportertype will be used to fulfill theopenStream()contract.classByteArrayAssetImplementation of anAssetbacked by a byte arrayclassClassAssetclassClassLoaderAssetClassloaderAsset Implementation of aAssetbacked by a resource located in the Classloader.classEmptyAssetImplementation of aAssethaving empty content.classFileAssetclassStringAssetImplementation of anAssetbacked by a StringclassUrlAsset -
Uses of Asset in org.jboss.shrinkwrap.api.container
Methods in org.jboss.shrinkwrap.api.container with parameters of type Asset Modifier and Type Method Description TEnterpriseContainer. addAsApplicationResource(Asset resource, String target)TEnterpriseContainer. addAsApplicationResource(Asset resource, ArchivePath target)TLibraryContainer. addAsLibrary(Asset resource, String target)Adds theAssetas a library to the container, returning the container itself.TLibraryContainer. addAsLibrary(Asset resource, ArchivePath target)Adds theAssetas a library to the container, returning the container itself.TManifestContainer. addAsManifestResource(Asset resource, String target)Adds theAssetas a Manifest resource to the container, returning the container itself.TManifestContainer. addAsManifestResource(Asset resource, ArchivePath target)Adds theAssetas a Manifest resource to the container, returning the container itself.TEnterpriseContainer. addAsModule(Asset resource, String targetPath)TEnterpriseContainer. addAsModule(Asset resource, ArchivePath targetPath)TResourceContainer. addAsResource(Asset resource, String target)Adds theAssetas a resource to the container, returning the container itself.TResourceContainer. addAsResource(Asset resource, ArchivePath target)Adds theAssetas a resource to the container, returning the container itself.TWebContainer. addAsWebInfResource(Asset resource, String target)Adds theAssetas a WEB-INF resource to the container, returning the container itself.TWebContainer. addAsWebInfResource(Asset resource, ArchivePath target)Adds theAssetas a WEB-INF resource to the container, returning the container itself.TWebContainer. addAsWebResource(Asset resource, String target)Adds theAssetas a Web resource to the container, returning the container itself.TWebContainer. addAsWebResource(Asset resource, ArchivePath target)Adds theAssetas a Web resource to the container, returning the container itself.TEnterpriseContainer. setApplicationXML(Asset resource)TManifestContainer. setManifest(Asset resource)Adds theAssetas MANIFEST.FM to the container, returning the container itself.TResourceAdapterContainer. setResourceAdapterXML(Asset resource)Adds theAssetas ra.xml to the container, returning the container itself.TWebContainer. setWebXML(Asset resource)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 Asset Modifier and Type Class Description classMemoryAssetAnAssetimplementation backed by an internal memory representation; able to be directly added to anArchive, and supports all operations designated by the NIO.2SeekableByteChannelAPI.classMemoryNamedAssetMemoryAssetimplementation complying to theNamedAssetAPI; thread-safe. -
Uses of Asset in org.jboss.shrinkwrap.impl.base
Methods in org.jboss.shrinkwrap.impl.base that return Asset Modifier and Type Method Description AssetNodeImpl. getAsset()Methods in org.jboss.shrinkwrap.impl.base with parameters of type Asset Modifier and Type Method Description TArchiveBase. add(Asset asset, String target)Adds the specified resource under the context denoted by the specified targetTArchiveBase. add(Asset asset, String target, String name)Adds the specified asset under the specified target (directory) using the specified name.TArchiveBase. add(Asset asset, ArchivePath path, String name)Adds the specified asset under the specified target (directory) using the specified name.TMemoryMapArchiveBase. add(Asset asset, ArchivePath path)Adds the specified asset under the specified path into the target contextvoidURLPackageScanner.Callback. classFound(String className, Asset asset)Called for each found class.Constructors in org.jboss.shrinkwrap.impl.base with parameters of type Asset Constructor Description NodeImpl(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 Asset Modifier and Type Class Description classServiceProviderAssetServiceProviderAssetclassZipFileEntryAssetHolds 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 Asset Modifier and Type Method Description TContainerBase. add(Asset asset, String name)Adds the specified resource under the context denoted by the specified targetTContainerBase. add(Asset asset, String target, String name)Adds the specified asset under the specified target (directory) using the specified name.TContainerBase. add(Asset asset, ArchivePath target)Adds the specified asset under the specified path into the target contextTContainerBase. add(Asset asset, ArchivePath path, String name)Adds the specified asset under the specified target (directory) using the specified name.TEnterpriseContainerBase. addAsApplicationResource(Asset resource, String target)TEnterpriseContainerBase. addAsApplicationResource(Asset resource, ArchivePath target)TContainerBase. addAsLibrary(Asset resource, String target)TContainerBase. addAsLibrary(Asset resource, ArchivePath target)TContainerBase. addAsManifestResource(Asset resource, String target)TContainerBase. addAsManifestResource(Asset resource, ArchivePath target)TEnterpriseContainerBase. addAsModule(Asset resource, String targetPath)TEnterpriseContainerBase. addAsModule(Asset resource, ArchivePath targetPath)TContainerBase. addAsResource(Asset resource, String target)TContainerBase. addAsResource(Asset resource, ArchivePath target)TWebContainerBase. addAsWebInfResource(Asset resource, String target)Adds theAssetas a WEB-INF resource to the container, returning the container itself.TWebContainerBase. addAsWebInfResource(Asset resource, ArchivePath target)Adds theAssetas a WEB-INF resource to the container, returning the container itself.TWebContainerBase. addAsWebResource(Asset resource, String target)TWebContainerBase. addAsWebResource(Asset resource, ArchivePath target)Adds theAssetas a Web resource to the container, returning the container itself.TEnterpriseContainerBase. setApplicationXML(Asset resource)TContainerBase. setManifest(Asset resource)Adds theAssetas MANIFEST.FM to the container, returning the container itself.TResourceAdapterContainerBase. setResourceAdapterXML(Asset resource)TWebContainerBase. setWebXML(Asset resource) -
Uses of Asset in org.jboss.shrinkwrap.impl.base.exporter
Methods in org.jboss.shrinkwrap.impl.base.exporter with parameters of type Asset Modifier and Type Method Description protected abstract voidAbstractOnDemandInputStream. putNextEntry(T outputStream, String context, Asset asset)Writes the next entry (demarcates a new file/folder is to be written).
-