ProGuard

Uses of Class
proguard.Configuration

Packages that use Configuration
proguard This package contains the main ProGuard application. 
proguard.ant This package contains the Ant task for ProGuard. 
 

Uses of Configuration in proguard
 

Methods in proguard with parameters of type Configuration
 void ConfigurationWriter.write(Configuration configuration)
          Writes the given configuration.
 void ConfigurationParser.parse(Configuration configuration)
          Parses and returns the configuration.
 

Constructors in proguard with parameters of type Configuration
ProGuard(Configuration configuration)
          Creates a new ProGuard object to process jars as specified by the given configuration.
 

Uses of Configuration in proguard.ant
 

Fields in proguard.ant declared as Configuration
protected  Configuration ConfigurationTask.configuration
           
 

Methods in proguard.ant with parameters of type Configuration
 void ConfigurationTask.appendTo(Configuration configuration)
          Adds the contents of this configuration task to the given configuration.
 void ConfigurationElement.appendTo(Configuration configuration)
          Adds the contents of this configuration task to the given configuration.
 


ProGuard