org.dojotoolkit.shrinksafe
Class Compressor

java.lang.Object
  extended by org.dojotoolkit.shrinksafe.Compressor

public class Compressor
extends java.lang.Object

Author:
rbackhouse

Constructor Summary
Compressor()
           
 
Method Summary
static java.lang.String compressScript(java.io.Reader source)
           
static java.lang.String compressScript(java.io.Reader source, int indent, int lineno, boolean escapeUnicode, java.lang.String stripConsole)
           
static java.lang.String compressScript(java.io.Reader source, int indent, int lineno, boolean escapeUnicode, java.lang.String stripConsole, java.lang.StringBuffer debugData)
           
static java.lang.String compressScript(java.io.Reader source, int indent, int lineno, java.lang.String stripConsole)
           
static java.lang.String compressScript(java.io.Reader source, java.lang.String stripConsole)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compressor

public Compressor()
Method Detail

compressScript

public static final java.lang.String compressScript(java.io.Reader source)
                                             throws java.io.IOException
Throws:
java.io.IOException

compressScript

public static final java.lang.String compressScript(java.io.Reader source,
                                                    java.lang.String stripConsole)
                                             throws java.io.IOException
Throws:
java.io.IOException

compressScript

public static final java.lang.String compressScript(java.io.Reader source,
                                                    int indent,
                                                    int lineno,
                                                    java.lang.String stripConsole)
                                             throws java.io.IOException
Throws:
java.io.IOException

compressScript

public static final java.lang.String compressScript(java.io.Reader source,
                                                    int indent,
                                                    int lineno,
                                                    boolean escapeUnicode,
                                                    java.lang.String stripConsole)
                                             throws java.io.IOException
Throws:
java.io.IOException

compressScript

public static final java.lang.String compressScript(java.io.Reader source,
                                                    int indent,
                                                    int lineno,
                                                    boolean escapeUnicode,
                                                    java.lang.String stripConsole,
                                                    java.lang.StringBuffer debugData)
                                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 SOFTEC sa. All Rights Reserved.