|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.Initializer
public class Initializer
This class initializes class pools.
| Constructor Summary | |
|---|---|
Initializer(Configuration configuration)
Creates a new Initializer to initialize classes according to the given configuration. |
|
| Method Summary | |
|---|---|
void |
execute(ClassPool programClassPool,
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Initializer(Configuration configuration)
| Method Detail |
|---|
public void 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 | ||||||||