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 | Description |
---|---|
ArchiveAsset |
An
Asset representing an Archive ; a specified StreamExporter type will be used to fulfill the
Asset.openStream() contract. |
ByteArrayAsset |
Implementation of an
Asset backed by a byte array |
ClassAsset | |
ClassLoaderAsset |
ClassloaderAsset
Implementation of a
Asset backed by a resource located in the Classloader. |
FileAsset | |
IOUtilDelegator |
IOUtilDelegator
Class that helps expose package private
ByteArrayIOUtil |
StringAsset |
Implementation of an
Asset backed by a String |
UrlAsset |
Enum | Description |
---|---|
EmptyAsset |
Implementation of a
Asset having empty content. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.