Interface ResourceCompressorPlugin

All Known Implementing Classes:
BaseResourceCompressorPlugin, ClosureCompressorPlugin, JSMinCompressorPlugin, YUICSSCompressorPlugin

public interface ResourceCompressorPlugin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    compress(Reader input, Writer output)
    Compress the specified input and produce compressed output.
    Return name of the plugin
    int
    Return priority of plugin.
    Return resource type this plugin could compress.