Class TarImporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase<TarInputStream, TarImporter>
org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterImpl
- All Implemented Interfaces:
Assignable, StreamImporter<TarImporter>, TarImporter
public class TarImporterImpl
extends TarImporterBase<TarInputStream, TarImporter>
implements TarImporter
Used to import existing TAR files/streams into the given
Archive-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Class<TarImporter> Returns the actual class for this implementation(package private) TarInputStreamObtains the correctInputStreamwrapper type for the specified raw data inputMethods inherited from class TarImporterBase
importFrom, importFrom, importFrom, importFromMethods inherited from class AssignableBase
as, getArchiveMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Assignable
asMethods inherited from interface StreamImporter
importFrom, importFrom, importFrom, importFrom
-
Constructor Details
-
TarImporterImpl
-
-
Method Details
-
getActualClass
Class<TarImporter> getActualClass()Returns the actual class for this implementation- Specified by:
getActualClassin classTarImporterBase<TarInputStream, TarImporter>- See Also:
-
getInputStreamForRawStream
Obtains the correctInputStreamwrapper type for the specified raw data input- Specified by:
getInputStreamForRawStreamin classTarImporterBase<TarInputStream, TarImporter>- Parameters:
in-- Returns:
- Throws:
IOException- See Also:
-