org.apache.maven.plugin.jxr

Class JxrTestReport

public class JxrTestReport extends AbstractJxrReport

Creates an html-based, cross referenced version of Java source code for a project's test sources.

Author: Fabrice Bellingard Brett Porter

UNKNOWN: test-jxr

Method Summary
StringgetDescription(Locale locale)
Cf. overriden method documentation.
protected StringgetDestinationDirectory()
protected StringgetJavadocLocation()
StringgetName(Locale locale)
Cf. overriden method documentation.
StringgetOutputName()
Cf. overriden method documentation.
protected ListgetSourceRoots()
protected ListgetSourceRoots(MavenProject project)

Method Detail

getDescription

public String getDescription(Locale locale)
Cf. overriden method documentation.

See Also: org.apache.maven.reporting.MavenReport#getDescription(java.util.Locale)

getDestinationDirectory

protected String getDestinationDirectory()

getJavadocLocation

protected String getJavadocLocation()

getName

public String getName(Locale locale)
Cf. overriden method documentation.

See Also: org.apache.maven.reporting.MavenReport#getName(java.util.Locale)

getOutputName

public String getOutputName()
Cf. overriden method documentation.

See Also: org.apache.maven.reporting.MavenReport#getOutputName()

getSourceRoots

protected List getSourceRoots()

getSourceRoots

protected List getSourceRoots(MavenProject project)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.