public class Optimizer extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DETAILS |
static String |
LIBRARY_GSON |
static String[] |
OPTIMIZATION_NAMES |
| Constructor and Description |
|---|
Optimizer(Configuration configuration)
Creates a new Optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(ClassPool programClassPool,
ClassPool libraryClassPool,
MultiValueMap<String,String> injectedClassNameMap)
Performs optimization of the given program class pool.
|
public static final boolean DETAILS
public static final String LIBRARY_GSON
public static final String[] OPTIMIZATION_NAMES
public Optimizer(Configuration configuration)
public boolean execute(ClassPool programClassPool, ClassPool libraryClassPool, MultiValueMap<String,String> injectedClassNameMap) throws IOException
IOExceptionCopyright © 2019. All rights reserved.