Package | Description |
---|---|
org.jboss.shrinkwrap.api.exporter |
Modifier and Type | Method and Description |
---|---|
void |
StreamExporter.exportTo(File target)
Exports provided archive as in an implementation-specific format, written to the specified
File target. |
void |
StreamExporter.exportTo(File target,
boolean overwrite)
Exports provided archive an implementation-specific format, written to the specified
File target. |
void |
StreamExporter.exportTo(OutputStream target)
Exports provided archive in an implementation-specific format, written to the specified
OutputStream
target. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.