public interface TaskBuilder
| Modifier and Type | Method and Description |
|---|---|
default OutputBuilder |
withClasspath(java.io.File... files)
Builds the classpath needed to run the Daikon tools.
|
OutputBuilder |
withClasspath(java.util.List<java.io.File> files)
Builds classpath from a list of files
|
default OutputBuilder withClasspath(java.io.File... files)
Note: this method assumes that the working directory is the same as the output directory set
after calling the OutputBuilder.toDir(File) method. The TaskBuilder will throw
an exception if this output directory is null.
files - additional filesOutputBuilder withClasspath(java.util.List<java.io.File> files)
files - additional files