ProGuard

proguard
Class ProGuard

java.lang.Object
  extended byproguard.ProGuard

public class ProGuard
extends Object

Tool for shrinking, optimizing, and obfuscating Java class files.


Field Summary
static String VERSION
           
 
Constructor Summary
ProGuard(Configuration configuration)
          Creates a new ProGuard object to process jars as specified by the given configuration.
 
Method Summary
 void execute()
          Performs all subsequent ProGuard operations.
static void main(String[] args)
          The main method for ProGuard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

ProGuard

public ProGuard(Configuration configuration)
Creates a new ProGuard object to process jars as specified by the given configuration.

Method Detail

execute

public void execute()
             throws IOException
Performs all subsequent ProGuard operations.

Throws:
IOException

main

public static void main(String[] args)
The main method for ProGuard.


ProGuard