public class Targeter
extends java.lang.Object
| Constructor and Description |
|---|
Targeter(Configuration configuration)
Creates a new Targeter to set the target version on program classes
according to the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(proguard.classfile.ClassPool programClassPool)
Sets the target version on classes in the given program class pool.
|
public Targeter(Configuration configuration)