public class ProGuard
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION |
| Constructor and Description |
|---|
ProGuard(Configuration configuration)
Creates a new ProGuard object to process jars as specified by the given
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Performs all subsequent ProGuard operations.
|
static java.lang.String |
getVersion()
Returns the implementation version from the manifest.
|
static void |
main(java.lang.String[] args)
The main method for ProGuard.
|
public ProGuard(Configuration configuration)
public void execute()
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getVersion()
public static void main(java.lang.String[] args)