public class TarGzImporterImpl extends AssignableBase<Archive<?>> implements TarGzImporter
Archive| Constructor and Description |
|---|
TarGzImporterImpl(Archive<?> archive) |
| Modifier and Type | Method and Description |
|---|---|
I |
importFrom(File file) |
I |
importFrom(InputStream stream) |
as, getArchiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitimportFrom, importFromaspublic TarGzImporterImpl(Archive<?> archive)
public I importFrom(InputStream stream) throws ArchiveImportException
importFrom in interface StreamImporter<I extends StreamImporter<I>>ArchiveImportExceptionStreamImporter.importFrom(java.io.InputStream)public I importFrom(File file) throws ArchiveImportException
importFrom in interface StreamImporter<I extends StreamImporter<I>>ArchiveImportExceptionorg.jboss.shrinkwrap.api.importer.StreamImporter#importFrom(java.lang.Object)Copyright © 2014 JBoss by Red Hat. All Rights Reserved.