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