proguard
Class UpToDateChecker

java.lang.Object
  extended by proguard.UpToDateChecker

public class UpToDateChecker
extends java.lang.Object

This class checks whether the output is up to date.


Constructor Summary
UpToDateChecker(Configuration configuration)
          Creates a new UpToDateChecker with the given configuration.
 
Method Summary
 boolean check()
          Returns whether the output is up to date, based on the modification times of the input jars, output jars, and library jars (or directories).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpToDateChecker

public UpToDateChecker(Configuration configuration)
Creates a new UpToDateChecker with the given configuration.

Method Detail

check

public boolean check()
Returns whether the output is up to date, based on the modification times of the input jars, output jars, and library jars (or directories).