proguard
Class OutputWriter

java.lang.Object
  extended by proguard.OutputWriter

public class OutputWriter
extends java.lang.Object

This class writes the output class files.


Constructor Summary
OutputWriter(Configuration configuration)
          Creates a new OutputWriter to write output class files as specified by the given configuration.
 
Method Summary
 void execute(ClassPool programClassPool)
          Writes the given class pool to class files, based on the current configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputWriter

public OutputWriter(Configuration configuration)
Creates a new OutputWriter to write output class files as specified by the given configuration.

Method Detail

execute

public void execute(ClassPool programClassPool)
             throws java.io.IOException
Writes the given class pool to class files, based on the current configuration.

Throws:
java.io.IOException