public class Initializer extends 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(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.
|
public Initializer(Configuration configuration)
public void execute(ClassPool programClassPool, ClassPool libraryClassPool) throws IOException
IOExceptionCopyright © 2019. All rights reserved.