| Package | Description |
|---|---|
| proguard |
This package contains the main ProGuard application.
|
| Modifier and Type | Field and Description |
|---|---|
ClassPath |
Configuration.libraryJars
A list of library entries (jars, wars, ears, zips, and directories).
|
ClassPath |
Configuration.programJars
A list of input and output entries (jars, wars, ears, zips, and directories).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassPath.addAll(ClassPath classPath) |
static DataEntryWriter |
DataEntryWriterFactory.createDataEntryWriter(ClassPath classPath,
int fromIndex,
int toIndex)
Creates a DataEntryWriter that can write to the given class path entries.
|
void |
InputReader.readInput(String messagePrefix,
ClassPath classPath,
int fromIndex,
int toIndex,
DataEntryReader reader)
Reads all input entries from the given section of the given class path.
|
Copyright © 2015. All Rights Reserved.