|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.optimize.Optimizer
public class Optimizer
This class optimizes class pools according to a given configuration.
| Field Summary | |
|---|---|
static java.lang.String[] |
OPTIMIZATION_NAMES
|
| Constructor Summary | |
|---|---|
Optimizer(Configuration configuration)
Creates a new Optimizer. |
|
| Method Summary | |
|---|---|
boolean |
execute(ClassPool programClassPool,
ClassPool libraryClassPool)
Performs optimization of the given program class pool. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] OPTIMIZATION_NAMES
| Constructor Detail |
|---|
public Optimizer(Configuration configuration)
| Method Detail |
|---|
public boolean execute(ClassPool programClassPool,
ClassPool libraryClassPool)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||