程序包 proguard
类 UpToDateChecker
- java.lang.Object
-
- proguard.UpToDateChecker
-
public class UpToDateChecker extends java.lang.ObjectThis class checks whether the output is up to date.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classUpToDateChecker.UpToDateExceptionThis Exception is thrown when the output is up-to-date.
-
构造器概要
构造器 构造器 说明 UpToDateChecker(Configuration configuration)Creates a new UpToDateChecker with the given configuration.
-
-
-
构造器详细资料
-
UpToDateChecker
public UpToDateChecker(Configuration configuration)
Creates a new UpToDateChecker with the given configuration.
-
-
方法详细资料
-
check
public void check() throws UpToDateChecker.UpToDateExceptionReturns whether the output is up to date, based on the modification times of the input jars, output jars, and library jars (or directories).
-
-