public class SeedPrinter
extends java.lang.Object
| Constructor and Description |
|---|
SeedPrinter(java.io.PrintWriter printWriter)
Creates a new ConfigurationWriter that prints to the given writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(Configuration configuration,
proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool)
Prints out the seeds for the classes in the given program class pool.
|
public SeedPrinter(java.io.PrintWriter printWriter)
throws java.io.IOException
java.io.IOExceptionpublic void write(Configuration configuration, proguard.classfile.ClassPool programClassPool, proguard.classfile.ClassPool libraryClassPool) throws java.io.IOException
configuration - the configuration containing the keep options.java.io.IOException - if an IO error occurs while writing the configuration.