Interface ResourceCompressorPlugin
- All Known Implementing Classes:
BaseResourceCompressorPlugin,ClosureCompressorPlugin,JSMinCompressorPlugin,YUICSSCompressorPlugin
public interface ResourceCompressorPlugin
- Author:
- Minh Hoang TO Aug 19, 2010
-
Method Summary
Modifier and TypeMethodDescriptionvoidCompress the specified input and produce compressed output.getName()Return name of the pluginintReturn priority of plugin.Return resource type this plugin could compress.
-
Method Details
-
getResourceType
ResourceType getResourceType()Return resource type this plugin could compress.- Returns:
-
getPriority
int getPriority()Return priority of plugin.- Returns:
-
getName
String getName()Return name of the plugin- Returns:
-
compress
Compress the specified input and produce compressed output.- Parameters:
input-output-- Throws:
ResourceCompressorExceptionIOException
-