public class Shrinker extends Object
| Constructor and Description |
|---|
Shrinker(Configuration configuration)
Creates a new Shrinker.
|
| Modifier and Type | Method and Description |
|---|---|
ClassPool |
execute(ClassPool programClassPool,
ClassPool libraryClassPool)
Performs shrinking of the given program class pool.
|
public Shrinker(Configuration configuration)
public ClassPool execute(ClassPool programClassPool, ClassPool libraryClassPool) throws IOException
IOExceptionCopyright © 2019. All rights reserved.