public class Optimizer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DETAILS |
static java.lang.String |
LIBRARY_GSON |
static java.lang.String[] |
OPTIMIZATION_NAMES |
| Constructor and Description |
|---|
Optimizer(Configuration configuration)
Creates a new Optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool,
ExtraDataEntryNameMap extraDataEntryNameMap)
Performs optimization of the given program class pool.
|
public static final boolean DETAILS
public static final java.lang.String LIBRARY_GSON
public static final java.lang.String[] OPTIMIZATION_NAMES
public Optimizer(Configuration configuration)
public boolean execute(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool,
ExtraDataEntryNameMap extraDataEntryNameMap)
throws java.io.IOException
java.io.IOException