|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.OutputWriter
public class OutputWriter
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 |
|---|
public OutputWriter(Configuration configuration)
| Method Detail |
|---|
public void execute(ClassPool programClassPool)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||