Uses of Interface
org.jboss.shrinkwrap.api.exporter.ZipStoredExporter
-
Packages that use ZipStoredExporter Package Description org.jboss.shrinkwrap.impl.base.exporter.zip -
-
Uses of ZipStoredExporter in org.jboss.shrinkwrap.impl.base.exporter.zip
Classes in org.jboss.shrinkwrap.impl.base.exporter.zip that implement ZipStoredExporter Modifier and Type Class Description class
ZipStoredExporterImpl
Implementation of ZipStoredExporter used to export an Archive as a ZIP format with STORED compression.
-