ProGuard

Package proguard

This package contains the main ProGuard application.

See:
          Description

Class Summary
ArgumentWordReader A WordReader that returns words from an argument list.
ClassMemberSpecification This class stores a specification of class members.
ClassPath This class represents a class path, as a list of ClassPathEntry objects.
ClassPathEntry This class represents an entry from a class path: a jar, a war, a zip, an ear, or a directory, with a name and a flag to indicates whether the entry is an input entry or an output entry.
ClassSpecification This class stores a specification of classes and possibly class members.
Configuration The ProGuard configuration.
ConfigurationParser This class parses ProGuard configurations.
ConfigurationWriter This class writes ProGuard configurations to a file.
DataEntryReaderFactory This class can create DataEntryReader instances based on class path entries.
DataEntryWriterFactory This class can create DataEntryWriter instances based on class paths.
FileWordReader A WordReader that returns words from a file or a URL.
ProGuard Tool for shrinking, optimizing, and obfuscating Java class files.
WordReader An abstract reader of words, with the possibility to include other readers.
 

Exception Summary
ParseException This Exception signals that a parse exception of some sort has occurred.
 

Package proguard Description

This package contains the main ProGuard application. ProGuard can read jar files, shrink and obfuscate them, and write out the resulting jar file.


ProGuard