proguard
Class Targeter

java.lang.Object
  extended by proguard.Targeter

public class Targeter
extends java.lang.Object

This class sets the target version on program classes.


Constructor Summary
Targeter(Configuration configuration)
          Creates a new Targeter to set the target version on program classes according to the given configuration.
 
Method Summary
 void execute(ClassPool programClassPool)
          Sets the target version on classes in 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

Targeter

public Targeter(Configuration configuration)
Creates a new Targeter to set the target version on program classes according to the given configuration.

Method Detail

execute

public void execute(ClassPool programClassPool)
             throws java.io.IOException
Sets the target version on classes in the given program class pool.

Throws:
java.io.IOException