Package org.dojotoolkit.shrinksafe
Class Main
- java.lang.Object
-
- org.dojotoolkit.shrinksafe.Main
-
public class Main extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.mozilla.javascript.tools.ToolErrorReporter
errorReporter
protected static boolean
escapeUnicode
protected static int
exitCode
protected static org.mozilla.javascript.tools.shell.Global
global
protected static org.mozilla.javascript.tools.shell.ShellContextFactory
shellContextFactory
protected static java.lang.String
stripConsole
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static java.lang.String[]
processOptions(java.lang.String[] args)
-
-
-
Field Detail
-
global
protected static final org.mozilla.javascript.tools.shell.Global global
-
shellContextFactory
protected static final org.mozilla.javascript.tools.shell.ShellContextFactory shellContextFactory
-
errorReporter
protected static org.mozilla.javascript.tools.ToolErrorReporter errorReporter
-
exitCode
protected static int exitCode
-
escapeUnicode
protected static boolean escapeUnicode
-
stripConsole
protected static java.lang.String stripConsole
-
-