|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org_scala_tools_maven.ScalaMojoSupport
org_scala_tools_maven.ScalaSourceMojoSupport
org_scala_tools_maven.ScalaDocMojo
public class ScalaDocMojo
Produces Scala API documentation.
Field Summary | |
---|---|
protected boolean |
aggregateDirectOnly
If you want to aggregate only direct sub modules. |
protected String |
bottom
Specifies the text to be placed at the bottom of each output file. |
protected String |
charset
Charset for cross-platform viewing of generated documentation. |
protected String |
doctitle
Include title for the overview page. |
protected String |
footer
Include footer text for each page. |
protected boolean |
forceAggregate
To allow running aggregation only from command line use "-Dforce-aggregate=true" (avoid using in pom.xml). |
protected String |
header
Include header text for each page [scaladoc, vscaladoc] |
protected boolean |
linksource
Generate source in HTML [scaladoc, vscaladoc] |
protected boolean |
nocomment
Suppress description and tags, generate only declarations [scaladoc, vscaladoc] |
protected String |
scaladocClassName
className (FQN) of the main scaladoc to use, if not define, the the scalaClassName is used |
protected File |
sourceDir
The directory which contains scala/java source files |
protected File |
stylesheetfile
File to change style of the generated documentation [scaladoc, vscaladoc] |
protected String |
top
Include top text for each page [scaladoc, vscaladoc] |
protected String |
vscaladocVersion
If you want to use vscaladoc to generate api instead of regular scaladoc, set the version of vscaladoc you want to use. |
protected String |
windowtitle
Specify window title of generated HTML documentation. |
Fields inherited from class org_scala_tools_maven.ScalaSourceMojoSupport |
---|
excludes, includes, sendJavaToScalac |
Fields inherited from class org_scala_tools_maven.ScalaMojoSupport |
---|
args, checkMultipleScalaVersions, compilerPlugins, dependencies, displayCmd, factory, failOnMultipleScalaVersions, forceUseArgFile, fork, jvmArgs, localRepo, mavenProjectBuilder, project, remoteRepos, resolver, SCALA_GROUPID, SCALA_LIBRARY_ARTIFACTID, scalaClassName |
Fields inherited from interface org.apache.maven.reporting.MavenReport |
---|
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
ScalaDocMojo()
|
Method Summary | |
---|---|
protected void |
aggregate(org.apache.maven.project.MavenProject parent)
|
boolean |
canGenerateReport()
|
void |
doExecute()
|
void |
generate(org.codehaus.doxia.sink.Sink sink,
Locale locale)
|
String |
getCategoryName()
|
String |
getDescription(Locale locale)
|
String |
getName(Locale locale)
|
String |
getOutputName()
|
File |
getReportOutputDirectory()
|
protected JavaMainCaller |
getScalaCommand()
|
protected List<File> |
getSourceDirectories()
Retreives the list of *all* root source directories. |
boolean |
isExternalReport()
|
void |
setReportOutputDirectory(File v)
|
protected void |
tryAggregateUpper(org.apache.maven.project.MavenProject prj)
|
Methods inherited from class org_scala_tools_maven.ScalaSourceMojoSupport |
---|
findSourceWithFilters, findSourceWithFilters, initFilters, normalize, normalize |
Methods inherited from class org_scala_tools_maven.ScalaMojoSupport |
---|
addCompilerPluginOptions, addToClasspath, addToClasspath, addToClasspath, checkScalaVersion, execute, findScalaVersion, getDependencies, getEmptyScalaCommand, isJavaSupportedByCompiler, resolveArtifactDependencies, resolveDependencyArtifacts |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String windowtitle
protected String bottom
protected String charset
protected String doctitle
protected String footer
protected String header
protected boolean linksource
protected boolean nocomment
protected File stylesheetfile
protected String top
protected String scaladocClassName
protected String vscaladocVersion
protected boolean forceAggregate
protected boolean aggregateDirectOnly
protected File sourceDir
Constructor Detail |
---|
public ScalaDocMojo()
Method Detail |
---|
protected List<File> getSourceDirectories() throws Exception
ScalaSourceMojoSupport
getSourceDirectories
in class ScalaSourceMojoSupport
Exception
public boolean canGenerateReport()
canGenerateReport
in interface org.apache.maven.reporting.MavenReport
public boolean isExternalReport()
isExternalReport
in interface org.apache.maven.reporting.MavenReport
public String getCategoryName()
getCategoryName
in interface org.apache.maven.reporting.MavenReport
public String getDescription(Locale locale)
getDescription
in interface org.apache.maven.reporting.MavenReport
public String getName(Locale locale)
getName
in interface org.apache.maven.reporting.MavenReport
public String getOutputName()
getOutputName
in interface org.apache.maven.reporting.MavenReport
public File getReportOutputDirectory()
getReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
public void setReportOutputDirectory(File v)
setReportOutputDirectory
in interface org.apache.maven.reporting.MavenReport
public void doExecute() throws Exception
doExecute
in class ScalaMojoSupport
Exception
protected JavaMainCaller getScalaCommand() throws Exception
getScalaCommand
in class ScalaMojoSupport
Exception
public void generate(org.codehaus.doxia.sink.Sink sink, Locale locale) throws org.apache.maven.reporting.MavenReportException
generate
in interface org.apache.maven.reporting.MavenReport
org.apache.maven.reporting.MavenReportException
protected void tryAggregateUpper(org.apache.maven.project.MavenProject prj) throws Exception
Exception
protected void aggregate(org.apache.maven.project.MavenProject parent) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |