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