Class TarGzImporterImpl
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
-
- org.jboss.shrinkwrap.impl.base.importer.tar.TarImporterBase<TarGzInputStream,TarGzImporter>
-
- org.jboss.shrinkwrap.impl.base.importer.tar.TarGzImporterImpl
-
- All Implemented Interfaces:
Assignable,StreamImporter<TarGzImporter>,TarGzImporter
public class TarGzImporterImpl extends TarImporterBase<TarGzInputStream,TarGzImporter> implements TarGzImporter
Used to import existing TAR.GZ files/streams into the givenArchive
-
-
Constructor Summary
Constructors Constructor Description TarGzImporterImpl(Archive<?> archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Class<TarGzImporter>getActualClass()Returns the actual class for this implementation(package private) TarGzInputStreamgetInputStreamForRawStream(java.io.InputStream in)Obtains the correctInputStreamwrapper type for the specified raw data input-
Methods 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 Detail
-
TarGzImporterImpl
public TarGzImporterImpl(Archive<?> archive)
-
-
Method Detail
-
getInputStreamForRawStream
TarGzInputStream getInputStreamForRawStream(java.io.InputStream in) throws java.io.IOException
Obtains the correctInputStreamwrapper type for the specified raw data input- Specified by:
getInputStreamForRawStreamin classTarImporterBase<TarGzInputStream,TarGzImporter>- Returns:
- Throws:
java.io.IOException- See Also:
TarImporterBase.getInputStreamForRawStream(java.io.InputStream)
-
getActualClass
java.lang.Class<TarGzImporter> getActualClass()
Returns the actual class for this implementation- Specified by:
getActualClassin classTarImporterBase<TarGzInputStream,TarGzImporter>- See Also:
TarImporterBase.getActualClass()
-
-