org.apache.maven.plugin.jxr

Class JxrReport

public class JxrReport extends AbstractJxrReport

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

Author: Fabrice Bellingard

UNKNOWN: 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-2007 Apache Software Foundation. All Rights Reserved.