public class UpToDateChecker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpToDateChecker.UpToDateException
This Exception is thrown when the output is up-to-date.
|
| Constructor and Description |
|---|
UpToDateChecker(Configuration configuration)
Creates a new UpToDateChecker with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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).
|
public UpToDateChecker(Configuration configuration)
public void check()
throws UpToDateChecker.UpToDateException