Full name:
org.sonatype.flexmojos:flexmojos-maven-plugin:3.5.0:attach-asdoc
Description:
Attributes:
runtime.package.| Name | Type | Since | Description |
|---|---|---|---|
| aggregate | boolean |
3.5 |
If true, will treat multi-modules projects as only one project
otherwise will generate Asdoc per project Default value is: false. |
| compatibilityVersion | String |
- |
specifies a compatibility version. e.g. compatibility 2.0.1 |
| configFile | File |
- |
Load a file containing configuration options |
| docClasses | String[] |
- |
A list of classes to document. These classes must be in the source
path. This is the default option. This option works the same way as
does the -include-classes option for the compc component compiler.
For more information, see Using compc, the component compiler. |
| docNamespaces | Namespace[] |
- |
A list of URIs whose classes should be documented. The classes must
be in the source path. You must include a URI and the location of
the manifest file that defines the contents of this namespace. This
option works the same way as does the -include-namespaces option
for the compc component compiler. For more information, see Using
compc, the component compiler. |
| docSources | File[] |
- |
A list of files that should be documented. If a directory name is
in the list, it is recursively searched. This option works the same
way as does the -include-sources option for the compc component
compiler. For more information, see Using compc, the component
compiler. |
| excludeClasses | String[] |
- |
A list of classes that should not be documented. You must specify
individual class names. Alternatively, if the ASDoc comment for the
class contains the |
| excludeDependencies | boolean |
- |
Whether all dependencies found by the compiler are documented. If
true, the dependencies of the input classes are not documented. The
default value is false. Default value is: false. |
| footer | String |
- |
The text that appears at the bottom of the HTML pages in the output
documentation. |
| headlessServer | boolean |
- |
Sets the compiler when it runs on a server without a display. This
is equivalent to using the compiler.headless-server
option of the mxmlc or compc compilers. that value determines if
the compiler is running on a server without a display.Default value is: false. |
| leftFramesetWidth | int |
- |
An integer that changes the width of the left frameset of the
documentation. You can change this size to accommodate the length
of your package names. The default value is 210 pixels. Default value is: 210. |
| localRepository | ArtifactRepository |
- |
(no description) |
| mainTitle | String |
- |
The text that appears at the top of the HTML pages in the output
documentation. The default value is "API Documentation". Default value is: API Documentation. |
| namespaces | Namespace[] |
- |
Specify a URI to associate with a manifest of components for use as
MXML elements. Usage:
<namespaces>
<namespace>
<uri>http://www.adobe.com/2006/mxml</uri>
<manifest>${basedir}/manifest.xml</manifest>
</namespace>
</namespaces>
|
| output | File |
- |
The filename of bundled asdoc Default value is: ${project.build.directory}/${project.build.finalName}-asdoc.zip. |
| outputDirectory | File |
- |
The output directory for the generated documentation. Default value is: ${project.build.directory}/asdoc. |
| packageDescriptions | Map |
- |
The descriptions to use when describing a package in the
documentation. You can specify more than one package option. |
| pluginArtifacts | List |
- |
(no description) |
| remoteRepositories | List |
- |
(no description) |
| sourcePaths | File[] |
- |
List of path elements that form the roots of ActionScript class
hierarchies. |
| templatesPath | File |
- |
The path to the ASDoc template directory. The default is the
asdoc/templates directory in the ASDoc installation directory. This
directory contains all the HTML, CSS, XSL, and image files used for
generating the output. |
| windowTitle | String |
- |
The text that appears in the browser window in the output
documentation. The default value is "API Documentation". Default value is: API Documentation. |
boolean3.5No${asdoc.aggregate}falsejava.lang.StringNojava.io.FileNojava.lang.String[]Noorg.sonatype.flexmojos.utilities.Namespace[]Nojava.io.File[]Nojava.lang.String[]NobooleanNofalsejava.lang.StringNocompiler.headless-server
option of the mxmlc or compc compilers. that value determines if
the compiler is running on a server without a display.booleanNofalseintNo210org.apache.maven.artifact.repository.ArtifactRepositoryNo${localRepository}java.lang.StringNoAPI Documentation
<namespaces>
<namespace>
<uri>http://www.adobe.com/2006/mxml</uri>
<manifest>${basedir}/manifest.xml</manifest>
</namespace>
</namespaces>
org.sonatype.flexmojos.utilities.Namespace[]Nojava.io.FileNo${project.build.directory}/${project.build.finalName}-asdoc.zipjava.io.FileNo${project.build.directory}/asdocjava.util.MapNojava.util.ListNo${plugin.artifacts}java.util.ListNo${project.remoteArtifactRepositories}java.io.File[]Nojava.io.FileNojava.lang.StringNoAPI Documentation