Package | Description |
---|---|
org.jboss.shrinkwrap.api.importer | |
org.jboss.shrinkwrap.impl.base | |
org.jboss.shrinkwrap.impl.base.importer.tar | |
org.jboss.shrinkwrap.impl.base.importer.zip |
Modifier and Type | Interface and Description |
---|---|
interface |
StreamImporter<I extends StreamImporter<I>>
Generic importer capable of representing an
Assignable as an entity capable of reading from an
InputStream , or file type. |
Modifier and Type | Interface and Description |
---|---|
interface |
TarBz2Importer
Assignable type capable of importing TAR archive content encoded in BZip2 compression. |
interface |
TarGzImporter
Assignable type capable of importing TAR archive content encoded in GZIP compression. |
interface |
TarImporter
Assignable type capable of importing TAR archive content |
interface |
ZipImporter
Assignable type capable of importing ZIP content. |
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends StreamImporter<?>> |
ArchiveFormatStreamBindings.importer |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends StreamImporter<?>> |
ArchiveFormatStreamBindings.getImporter() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the given
Archive |
Modifier and Type | Class and Description |
---|---|
class |
TarBz2ImporterImpl
Used to import existing TAR.BZ2 files/streams into the given
Archive |
class |
TarGzImporterImpl
Used to import existing TAR.GZ files/streams into the given
Archive |
(package private) class |
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the given
Archive |
class |
TarImporterImpl
Used to import existing TAR files/streams into the given
Archive |
Modifier and Type | Class and Description |
---|---|
class |
ZipImporterImpl
Used to import existing Zip files/streams into the given
Archive |