org.codehaus.mojo.javancss
Class ModuleReport
java.lang.Object
org.codehaus.mojo.javancss.ModuleReport
- public class ModuleReport
- extends java.lang.Object
A bean which holds a child project and its associated JavaNCSS raw report.
- Version:
- $Id: $
- Author:
- mperham
Constructor Summary |
ModuleReport(org.apache.maven.project.MavenProject project,
org.dom4j.Document document)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleReport
public ModuleReport(org.apache.maven.project.MavenProject project,
org.dom4j.Document document)
getJavancssDocument
public org.dom4j.Document getJavancssDocument()
setReport
public void setReport(org.dom4j.Document javancssDocument)
getModule
public org.apache.maven.project.MavenProject getModule()
setModule
public void setModule(org.apache.maven.project.MavenProject module)
Copyright © 2005-2007 null. All Rights Reserved.