Package proguard.examples
Class Preverify
- java.lang.Object
-
- proguard.examples.Preverify
-
public class Preverify extends java.lang.Object
This sample application illustrates how to preverify classes with the ProGuard API.Usage: java proguard.examples.Preverify input.jar output.jar
-
-
Constructor Summary
Constructors Constructor Description Preverify()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-