public class TaskExecutorImpl extends java.lang.Object implements TaskExecutor
TaskExecutor.TaskConfigurationError, TaskExecutor.ThrowableComparator| Constructor and Description |
|---|
TaskExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(java.lang.Throwable cause)
Caches an error.
|
void |
execute()
Executes installed configuration
|
TaskBuilder |
runDaikonOn(com.sri.gradle.daikon.tasks.InputProvider provider)
Likely-Invariants extraction is applied to a type of input (specified by
Provider). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstallpublic void addError(java.lang.Throwable cause)
TaskExecutoraddError in interface TaskExecutorcause - thrown exception.public TaskBuilder runDaikonOn(com.sri.gradle.daikon.tasks.InputProvider provider)
TaskExecutorProvider).runDaikonOn in interface TaskExecutorprovider - the input provider, which contains an input directory, testDriverPackage (Optional), and the gradle project.public void execute()
throws TaskExecutor.TaskConfigurationError
TaskExecutorexecute in interface TaskExecutorTaskExecutor.TaskConfigurationError