public interface ResourceCompressorPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
compress(Reader input,
Writer output)
Compress the specified input and produce compressed output.
|
String |
getName()
Return name of the plugin
|
int |
getPriority()
Return priority of plugin.
|
ResourceType |
getResourceType()
Return resource type this plugin could compress.
|
ResourceType getResourceType()
int getPriority()
String getName()
void compress(Reader input, Writer output) throws ResourceCompressorException, IOException
input - output - ResourceCompressorExceptionIOExceptionCopyright © 2016 JBoss by Red Hat. All Rights Reserved.