Home | History | Annotate | Download | only in manual

Lines Matching full:proguard

7 <title>ProGuard Usage</title>
24 To run ProGuard, just type:
26 <code><b>java -jar proguard.jar </b></code><i>options</i> ...
28 You can find the ProGuard jar in the <code>lib</code> directory of the
29 ProGuard distribution. Alternatively, the <code>bin</code> directory contains
34 <code><b>java -jar proguard.jar @myconfig.pro</b></code>
39 <code><b>java -jar proguard.jar @myconfig.pro -verbose</b></code>
138 Please note that the boot path and the class path set for running ProGuard
150 up processing and reduce memory usage of ProGuard. By default, ProGuard
153 code in the input jars. Ignoring them then speeds up ProGuard, without
156 by public library classes. You then can't use this option. ProGuard will
168 methods). By default, ProGuard skips these class members while parsing
263 application that uses the processed library (although ProGuard itself
359 returning a value). In the optimization step, ProGuard will then remove
361 used. Note that ProGuard will analyze your program code to find such
365 be removed. Note that ProGuard applies the option to the entire hierarchy
446 previous obfuscation run of ProGuard. Classes and class members that are
541 added containing a class that implements both interfaces, ProGuard will
728 might be useful. The optional filter is a regular expression; ProGuard
735 problems at all. The optional filter is a regular expression; ProGuard
774 ProGuard accepts a generalization of class paths to specify input files and
805 When writing output entries, ProGuard will generally package the results in a
817 In addition, ProGuard provides the possibility to filter the class path
864 ProGuard accepts absolute paths and relative paths for the various file names
927 ProGuard offers options with filters for many different aspects of the
1230 ProGuard supports the additional modifiers <code><b>synthetic</b></code>,