public class Initializer
extends java.lang.Object
| Constructor and Description |
|---|
Initializer(Configuration configuration)
Creates a new Initializer to initialize classes according to the given
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool)
Initializes the classes in the given program class pool and library class
pool, performs some basic checks, and shrinks the library class pool.
|
public Initializer(Configuration configuration)
public void execute(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool)
throws java.io.IOException
java.io.IOException