Method Summary |
|
public Path | createClasspath() Adds a classpath to be used for this dependency check. |
public void | execute() Does the work. |
public Path | getClasspath() Gets the classpath to be used for this dependency check. |
protected void | scanDir(File srcDir, String[] files) Scans the directory looking for source files that are newer than
their class files. |
public void | setCache(File cache) Sets the dependency cache file. |
public void | setClasspath(Path classpath) Set the classpath to be used for this dependency check. |
public void | setClasspathRef(Reference r) Adds a reference to a classpath defined elsewhere. |
public void | setClosure(boolean closure) If true, transitive dependencies are followed until the
closure of the dependency set if reached. |
public void | setDestDir(Path destPath) Set the destination directory where the compiled Java files exist. |
public void | setDump(boolean dump) If true, the dependency information will be written
to the debug level log. |
public void | setSrcdir(Path srcPath) Set the directories path to find the Java source files. |
public void | setWarnOnRmiStubs(boolean warnOnRmiStubs) Flag to set to true if you want dependency issues with RMI
stubs to appear at warning level. |