public class ProGuard extends Object
| 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 void |
main(String[] args)
The main method for ProGuard.
|
public static final String VERSION
public ProGuard(Configuration configuration)
public void execute()
throws IOException
IOExceptionpublic static void main(String[] args)
Copyright © 2016. All rights reserved.