Uses of Interface
org.jboss.shrinkwrap.api.asset.Asset
-
-
Uses of Asset in org.jboss.shrinkwrap.api
Fields in org.jboss.shrinkwrap.api declared as Asset Modifier and Type Field Description private AssetArchiveEvent. assetprivate AssetArchiveEvent. handledAssetMethods 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, java.lang.String target)Adds the specified resource under the context denoted by the specified targetTArchive. add(Asset asset, java.lang.String target, java.lang.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, java.lang.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 arrayclassClassAssetClassAsset Implementation of aAssetbacked by a loadedClassclassClassLoaderAssetClassloaderAsset Implementation of aAssetbacked by a resource located in the Classloader.classEmptyAssetImplementation of aAssethaving empty content.classFileAssetImplementation of anAssetbacked by aFileclassStringAssetImplementation of anAssetbacked by a StringclassUrlAssetImplementation of anAssetbacked by aURL. -
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, java.lang.String target)TEnterpriseContainer. addAsApplicationResource(Asset resource, ArchivePath target)TLibraryContainer. addAsLibrary(Asset resource, java.lang.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, java.lang.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, java.lang.String targetPath)TEnterpriseContainer. addAsModule(Asset resource, ArchivePath targetPath)TResourceContainer. addAsResource(Asset resource, java.lang.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, java.lang.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, java.lang.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 classMemoryAssetclassMemoryNamedAssetMemoryAssetimplementation complying to theNamedAssetAPI; thread-safe. -
Uses of Asset in org.jboss.shrinkwrap.impl.base
Fields in org.jboss.shrinkwrap.impl.base declared as Asset Modifier and Type Field Description private AssetNodeImpl. assetThe asset this node holds.Methods in org.jboss.shrinkwrap.impl.base that return Asset Modifier and Type Method Description AssetNodeImpl. getAsset()private AssetMemoryMapArchiveBase. invokeHandlers(ArchivePath path, Asset asset)Methods in org.jboss.shrinkwrap.impl.base with parameters of type Asset Modifier and Type Method Description TArchiveBase. add(Asset asset, java.lang.String target)Adds the specified resource under the context denoted by the specified targetTArchiveBase. add(Asset asset, java.lang.String target, java.lang.String name)Adds the specified asset under the specified target (directory) using the specified name.TArchiveBase. add(Asset asset, ArchivePath path, java.lang.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 contextprivate TMemoryMapArchiveBase. addAsset(ArchivePath path, Asset asset)private voidMemoryMapArchiveBase. addNewNode(ArchivePath path, Asset handledAsset)private AssetMemoryMapArchiveBase. invokeHandlers(ArchivePath path, Asset asset)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, java.lang.String name)Adds the specified resource under the context denoted by the specified targetTContainerBase. add(Asset asset, java.lang.String target, java.lang.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, java.lang.String name)Adds the specified asset under the specified target (directory) using the specified name.TEnterpriseContainerBase. addAsApplicationResource(Asset resource, java.lang.String target)TEnterpriseContainerBase. addAsApplicationResource(Asset resource, ArchivePath target)TContainerBase. addAsLibrary(Asset resource, java.lang.String target)TContainerBase. addAsLibrary(Asset resource, ArchivePath target)TContainerBase. addAsManifestResource(Asset resource, java.lang.String target)TContainerBase. addAsManifestResource(Asset resource, ArchivePath target)TEnterpriseContainerBase. addAsModule(Asset resource, java.lang.String targetPath)TEnterpriseContainerBase. addAsModule(Asset resource, ArchivePath targetPath)TContainerBase. addAsResource(Asset resource, java.lang.String target)TContainerBase. addAsResource(Asset resource, ArchivePath target)TWebContainerBase. addAsWebInfResource(Asset resource, java.lang.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, java.lang.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)
-