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) TarInputStream
Obtains the correctInputStream
wrapper type for the specified raw data inputMethods inherited from class org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase
importFrom, importFrom, importFrom, importFrom
Methods inherited from class org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
Methods inherited from interface org.jboss.shrinkwrap.api.importer.StreamImporter
importFrom, importFrom, importFrom, importFrom
-
Constructor Details
-
TarImporterImpl
-
-
Method Details
-
getActualClass
Class<TarImporter> getActualClass()Returns the actual class for this implementation- Specified by:
getActualClass
in classTarImporterBase<TarInputStream,
TarImporter> - See Also:
-
getInputStreamForRawStream
Obtains the correctInputStream
wrapper type for the specified raw data input- Specified by:
getInputStreamForRawStream
in classTarImporterBase<TarInputStream,
TarImporter> - Parameters:
in
-- Returns:
- Throws:
IOException
- See Also:
-