Class that executes JavaNCSS in a separate JVM with arguments taken from a JavaNcssTask.
| Constructor and description |
|---|
JavaNcssExec
(JavaNcssTask pTask)Create a new JavaNcssExec. |
| Type | Name and description |
|---|---|
void |
execute()Execute JavaNCSS with the classpath and arguments from the task specified in the constructor. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Create a new JavaNcssExec.
pTask - The task to get the execution arguments from.