Package org.jboss.shrinkwrap.api.asset
-
Interface Summary Interface Description Asset Represents byte-based content.NamedAsset 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. -
Class Summary Class Description ArchiveAsset AnAssetrepresenting anArchive; a specifiedStreamExportertype will be used to fulfill theAsset.openStream()contract.ByteArrayAsset Implementation of anAssetbacked by a byte arrayClassAsset ClassLoaderAsset ClassloaderAsset Implementation of aAssetbacked by a resource located in the Classloader.FileAsset IOUtilDelegator IOUtilDelegator Class that helps expose package privateByteArrayIOUtilStringAsset Implementation of anAssetbacked by a StringUrlAsset -
Enum Summary Enum Description EmptyAsset Implementation of aAssethaving empty content.