Lines Matching full:keep
32 <li><a href="#keep">Error: You have to specify '-keep' options</a></li>
92 Depending on your application, you may need to keep the mentioned classes
93 with an option like "<code>-keep class MyClass</code>", or their
94 implementations with an option like "<code>-keep class * implements
103 keep them with an option like "<code>-keep class MyClass { MyFieldType
112 <dd>Your configuration contains a <code>-keep</code> option to preserve the
113 given method (or field), but no <code>-keep</code> option for the given
115 You may then want to keep the class too. Otherwise, ProGuard will
231 <dd>There is a conflict between a <code>-keep</code> option in the
260 <dt><a name="keep"><b>Error: You have to specify '-keep' options</b></a></dt>
263 href="usage.html#keep"><code>-keep</code></a> options, or you mistyped the
264 class names. ProGuard has to know exactly what you want to keep: an
364 If you are using marker interfaces to keep other classes, the marker
366 You should therefore always explicitly keep any marker interfaces.</dd>
374 original names entirely, unless you explicitly keep the
437 have to keep all possible classes using the appropriate <a
438 href="usage.html#keep"><code>-keep</code></a> option, e.g. "<code>-keep
439 class mypackage.MyClass</code>" or "<code>-keep class * implements
446 Since ProGuard isn't detecting this (yet), you have to keep the missing
448 href="usage.html#keep"><code>-keep</code></a> option, e.g. "<code>-keep