org.codehaus.mojo.javancss
Class ModuleReport

java.lang.Object
  extended by 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: ModuleReport.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
mperham

Constructor Summary
ModuleReport(org.apache.maven.project.MavenProject project, org.dom4j.Document document)
           
 
Method Summary
 org.dom4j.Document getJavancssDocument()
           
 org.apache.maven.project.MavenProject getModule()
           
 void setModule(org.apache.maven.project.MavenProject project)
           
 void setReport(org.dom4j.Document javancssDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleReport

public ModuleReport(org.apache.maven.project.MavenProject project,
                    org.dom4j.Document document)
Method Detail

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 project)


Copyright © 2005-2011 CodeHaus. All Rights Reserved.