Interface SxCompressor

  • All Known Implementing Classes:
    JsExtension.JsCompressor

    public interface SxCompressor
    Extension compressor.
    Since:
    1.7M2
    Version:
    $Id: 2c06c098654671cf782a5bbdd894996877210d5d $
    • Method Detail

      • compress

        String compress​(String source)
        Compresses the given script, making it smaller and less readable, but with the same behavior.
        Parameters:
        source - The uncompressed script
        Returns:
        A compressed version of the input source