程序包 proguard
类 ProGuard
- java.lang.Object
-
- proguard.ProGuard
-
public class ProGuard extends java.lang.ObjectTool for shrinking, optimizing, obfuscating, and preverifying Java classes.
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringVERSION
-
构造器概要
构造器 构造器 说明 ProGuard(Configuration configuration)Creates a new ProGuard object to process jars as specified by the given configuration.
-
-
-
构造器详细资料
-
ProGuard
public ProGuard(Configuration configuration)
Creates a new ProGuard object to process jars as specified by the given configuration.
-
-
方法详细资料
-
execute
public void execute() throws java.lang.ExceptionPerforms all subsequent ProGuard operations.- 抛出:
java.lang.Exception
-
getVersion
public static java.lang.String getVersion()
Returns the implementation version from the manifest.
-
main
public static void main(java.lang.String[] args)
The main method for ProGuard.
-
-