Home | History | Annotate | Download | only in manual

Lines Matching full:proguard

7 <title>ProGuard Usage</title>
13 To run ProGuard, just type:
15 <code><b>java -jar proguard.jar </b></code><i>options</i> ...
17 You can find the ProGuard jar in the <code>lib</code> directory of the
18 ProGuard distribution. Options can also be put in one or more configuration
22 <code><b>java -jar proguard.jar @myconfig.pro</b></code>
27 <code><b>java -jar proguard.jar @myconfig.pro -verbose</b></code>
129 Please note that the boot path and the class path set for running ProGuard
147 program class, ProGuard will complain that it can't find the non-public
251 library (although ProGuard itself doesn't need this). Only applicable when
349 returning a value). In the optimization step, ProGuard will then remove
351 used. Note that ProGuard will analyze your program code to find such
355 be removed. Note that ProGuard applies the option to the entire hierarchy
437 previous obfuscation run of ProGuard. Classes and class members that are
531 added containing a class that implements both interfaces, ProGuard will
708 might be useful. The optional filter is a regular expression; ProGuard
715 problems at all. The optional filter is a regular expression; ProGuard
755 ProGuard accepts a generalization of class paths to specify input files and
786 When writing output entries, ProGuard will generally package the results in a
798 In addition, ProGuard provides the possibility to filter the class path
846 ProGuard accepts absolute paths and relative paths for the various file names
911 ProGuard offers options with filters for many different aspects of the