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 givenArchive
-
-
Constructor Summary
Constructors Constructor Description TarImporterImpl(Archive<?> archive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Class<TarImporter>getActualClass()Returns the actual class for this implementation(package private) TarInputStreamgetInputStreamForRawStream(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
-
TarImporterImpl
public TarImporterImpl(Archive<?> archive)
-
-
Method Detail
-
getActualClass
java.lang.Class<TarImporter> getActualClass()
Returns the actual class for this implementation- Specified by:
getActualClassin classTarImporterBase<TarInputStream,TarImporter>- See Also:
TarImporterBase.getActualClass()
-
getInputStreamForRawStream
TarInputStream getInputStreamForRawStream(java.io.InputStream in) throws java.io.IOException
Obtains the correctInputStreamwrapper type for the specified raw data input- Specified by:
getInputStreamForRawStreamin classTarImporterBase<TarInputStream,TarImporter>- Returns:
- Throws:
java.io.IOException- See Also:
TarImporterBase.getInputStreamForRawStream(java.io.InputStream)
-
-