org.jboss.shrinkwrap.impl.base.exporter.tar
Class TarGzExporterImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<Archive<?>>
org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl
org.jboss.shrinkwrap.impl.base.exporter.tar.TarGzExporterImpl
- All Implemented Interfaces:
- Assignable, StreamExporter, TarGzExporter
public class TarGzExporterImpl
- extends AbstractStreamExporterImpl
- implements TarGzExporter
Implementation of TarGzExporter used to export an Archive as a TAR format encoded in GZIP.
- Author:
- ALR
| 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 |
TarGzExporterImpl
public TarGzExporterImpl(Archive<?> archive)
- Creates a new exporter for the specified archive
exportAsInputStream
public InputStream exportAsInputStream()
-
- Specified by:
exportAsInputStream in interface StreamExporter
- See Also:
StreamExporter.exportAsInputStream()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.