proguard
Class ProGuard
java.lang.Object
proguard.ProGuard
- public class ProGuard
- extends Object
Tool for shrinking, optimizing, and obfuscating Java class files.
|
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 |
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
ProGuard
public ProGuard(Configuration configuration)
- Creates a new ProGuard object to process jars as specified by the given
configuration.
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.