Lines Matching +full:- +full:- +full:preserve +full:- +full:paths

1 <!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-style-type" content="text/css">
12 <!--
15 //-->
26 <b>ProGuard</b> can be run as a task in the Java-based build tool Gradle
62 <li>Like in ProGuard-style configurations, we're using all lower-case names
83 <dd>Read and merge options from the given ProGuard-style configuration
106 <dd>Ignore non-public library classes.</dd>
126 <dd>Preserve the specified classes <i>and</i> class members.</dd>
131 <dd>Preserve the specified class members, if their classes are preserved as
137 <dd>Preserve the specified classes <i>and</i> class members, if all of the
142 <dd>Preserve the names of the specified classes <i>and</i> class members (if
147 <dd>Preserve the names of the specified class members (if they aren't removed
152 <dd>Preserve the names of the specified classes <i>and</i> class members, if
230 <dd>Don't generate mixed-case class names while obfuscating.</dd>
247 <dd>Preserve the specified optional Java bytecode attributes, with optional
308 <h2><a name="classpath">Class Paths</a></h2>
310 Class paths are specified as Gradle file collections, which means they can be
313 In addition, they can have ProGuard-style filters, specified as
314 comma-separated named arguments after the file:
397 Names arguments are comma-separated, as usual.
404 <li>As a string containing a ProGuard-style class specification. This is the
412 <li>As a Gradle-style setting: a method calls with named arguments and a
427 The <a href="usage.html#classspecification">ProGuard-style class
430 A Gradle-style class specification can have the following named arguments:
435 <dd>The optional access modifiers of the class. Any space-separated list of
468 <h3><a name="classmemberspecification">Gradle-style Class Member Specifications</a></h3>
470 The closure of a Gradle-style class specification can specify class members
492 <dd>The optional access modifiers of the class. Any space-separated list of
510 <dd>The optional comma-separated list of fully qualified method parameters,
536 so converting the configuration is essentially mechanical. The one-on-one
547 injar(file: 'gui.jar', filter: '!META-INF/**')
557 Copyright &copy; 2002-2014