Package org.jboss.shrinkwrap.api.asset
package org.jboss.shrinkwrap.api.asset
-
ClassDescriptionAn
Asset
representing anArchive
; a specifiedStreamExporter
type will be used to fulfill theAsset.openStream()
contract.Represents byte-based content.Implementation of anAsset
backed by a byte arrayPackage private class that helps get byte array fromInputStream
.ClassloaderAsset Implementation of aAsset
backed by a resource located in the Classloader.Implementation of aAsset
having empty content.IOUtilDelegator Class that helps expose package privateByteArrayIOUtil
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.SecurityActions A set of privileged actions that are not to leak out of this packageImplementation of anAsset
backed by a String