|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.javancss.NcssExecuter
The NcssExecuter is able to call javaNcss to produce a code analysis.
The results are produced into a raw xml file.
Constructor Summary | |
NcssExecuter(java.io.File sourceDirectory,
java.lang.String outputFilename)
Construct a NcssExecuter. |
Method Summary | |
void |
execute()
Call the javaNcss code analysis tool to produce the result to a temporary file name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NcssExecuter(java.io.File sourceDirectory, java.lang.String outputFilename)
sourceDirectory
- the directory where the source to analyse are.outputFilename
- the output file where the result will be written.Method Detail |
public void execute() throws org.apache.maven.reporting.MavenReportException
org.apache.maven.reporting.MavenReportException
- if somethings goes bad during the execution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |