Full name:
org.servebox.flex:flex-plugin:2.3.2:asdoc
Description:
template property.
To document a package, create a package-info.txt in
your package directory
(i.e.src/main/flex/org/myproject/mypackage/package-info.txt,
containing the package description).
Attributes:
test.generate-sources prior to executing itself.| Name | Type | Since | Description |
|---|---|---|---|
| actionScriptEncoding | String |
- |
The encoding of source files. Default value is: utf-8. |
| archiveFiles | ArrayList |
- |
Files to be archived into the swc. |
| asDocTemplateDependency | ASDocTemplateDependency |
- |
The ZIP dependency to set as the template file. This parameter is
ignored if templateDirectory is defined. |
| classifier | String |
- |
Artifact classifier. |
| componentManifests | ArrayList |
- |
The manifest to use for compilation. |
| defineDirectives | ArrayList |
- |
A list of "define" directives, allowing conditional compilation. |
| flexConfigurationFile | File |
- |
The location of the flex configuration file. |
| footer | String |
- |
The text appearing in the footer of the documentation pages. Default value is: ${project.name} API Documentation - Generated using Adobe ASDoc / Maven Flex Plugin. |
| leftFramesetWidth | int |
- |
The with of the left frameset of the documentation pages. Default value is: 210. |
| localRepository | ArtifactRepository |
- |
(no description) |
| localesDirectory | File |
- |
The directory in which locale resides such as en_US, fr_FR etc... Default value is: ${project.basedir}/src/locales/flex. |
| mainTitle | String |
- |
The title of the documentation. Default value is: API Documentation : ${project.name}. |
| outputDirectory | File |
- |
The directory in which the compiled artifact should be placed. Default value is: ${project.build.directory}. |
| remoteRepositories | List |
- |
(no description) |
| reportOutputDirectory | File |
- |
The directory in which the generated files should be placed. Default value is: ${project.reporting.outputDirectory}/asapidocs. |
| resourcesDirectory | File |
- |
The directory in which resources reside such as CSS stylesheets,
images, etc. Default value is: ${project.basedir}/src/main/resources. |
| sourceDirectory | File |
- |
The directory in which MXML and AS sources resides. Default value is: ${project.basedir}/src/main/flex. |
| styleSheets | ArrayList |
- |
StyleSheet to be archived into the swc. |
| templateDirectory | File |
- |
The directory in which the template files can be found. |
| windowTitle | String |
- |
The title of the documentation page (corresponding to the XHTML
tag). Default value is: ${project.name} API Documentation. |
java.lang.StringNo${flex.compiler.actionScriptEncoding}utf-8java.util.ArrayListNo${flex.compiler.archiveFiles}templateDirectory is defined.org.servebox.flex.mojo.ASDocTemplateDependencyNo${flex.asdoc.asDocTemplateDependency}java.lang.StringNojava.util.ArrayListNo${flex.compiler.componentManifests}java.util.ArrayListNo${flex.compiler.defineDirectives}java.io.FileNo${flex.compiler.configurationFile}footer :
java.lang.StringNo${flex.asdoc.footer}${project.name} API Documentation - Generated using Adobe ASDoc / Maven Flex PluginintNo${flex.asdoc.leftFramesetWidth}210org.apache.maven.artifact.repository.ArtifactRepositoryNo${localRepository}java.io.FileNo${project.basedir}/src/locales/flexjava.lang.StringNo${flex.asdoc.mainTitle}API Documentation : ${project.name}java.io.FileNo${flex.compiler.outputDirectory}${project.build.directory}java.util.ListNo${project.remoteArtifactRepositories}java.io.FileNo${flex.asdoc.outputDirectory}${project.reporting.outputDirectory}/asapidocsjava.io.FileNo${flex.compiler.resources}${project.basedir}/src/main/resourcesjava.io.FileNo${flex.compiler.source}${project.basedir}/src/main/flexjava.util.ArrayListNo${flex.compiler.styleSheets}java.io.FileNo${flex.asdoc.templateDirectory}java.lang.StringNo${flex.asdoc.windowTitle}${project.name} API Documentation