public class UpToDateChecker extends Object
| Constructor and Description |
|---|
UpToDateChecker(Configuration configuration)
Creates a new UpToDateChecker with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
public UpToDateChecker(Configuration configuration)
Copyright © 2015. All Rights Reserved.