Serialized Form
name
java.lang.String name
value
java.lang.String value
_xJavaDoc
xjavadoc.XJavaDoc _xJavaDoc
destDir
java.io.File destDir
- Destination directory where generated files will be stored.
mergeDir
java.io.File mergeDir
- Merge directory where XDoclet searches for external files that are to be merged. Merge files internal to
xdoclet.jar are picked from xdoclet.jar's root instead of using mergeDir which is for external files. By default
it inherits its value from the shared DocletContext which is itself filled with values set by user for the task.
configParams
java.util.ArrayList configParams
subTaskName
java.lang.String subTaskName
- You can explicitly give the task a distinct name. It's useful for where if you're going to use config
parameters you have to prefix the parameter with a unique subtask name, otherwise it's assumed to be a global
config parameter and it means that you can't use the same parameter name in two instances.
Overwriting it with this field explicitly gives you the chance to make the config param a local and solve the
above problem.
templateURL
java.net.URL templateURL
prefixWithPackageStructure
boolean prefixWithPackageStructure
acceptInterfaces
boolean acceptInterfaces
acceptAbstractClasses
boolean acceptAbstractClasses
docEncoding
java.lang.String docEncoding
destinationFile
java.lang.String destinationFile
- See Also:
TemplateSubTask.setDestinationFile(java.lang.String)
,
TemplateSubTask.getDestinationFile()
ofType
java.util.List ofType
- Applicable only to per class output generation. Specify full qualified class name from which classes should be
derived. Output generation is performed only for classes of one of the types defined in this list. You can
control the extent in which the type search occures by using 'extent' property.
- See Also:
TemplateSubTask.addOfType(java.lang.String)
,
TemplateSubTask.getOfType()
,
TemplateSubTask.setExtent(TemplateSubTask.ExtentTypes)
,
TemplateSubTask.getExtent()
extent
java.lang.String extent
- You can control the extent in which the type search occurs. Valid values are: concrete-type ,
superclass and hierarchy which is the default.
- See Also:
TemplateSubTask.setExtent(TemplateSubTask.ExtentTypes)
,
TemplateSubTask.getExtent()
,
TemplateSubTask.addOfType(java.lang.String)
,
TemplateSubTask.getOfType()
havingClassTag
java.lang.String havingClassTag
- A class should have the class tag defined in this property in order to be processed and output generated for.
- See Also:
TemplateSubTask.setHavingClassTag(java.lang.String)
,
TemplateSubTask.getHavingClassTag()
subTaskClassName
java.lang.String subTaskClassName
- The subtask class.
packageSubstitutions
java.util.ArrayList packageSubstitutions
packageSubstitutionInheritanceSupported
boolean packageSubstitutionInheritanceSupported
generationManager
GenerationManager generationManager
useIds
boolean useIds
xmlEncoding
java.lang.String xmlEncoding
validateXML
boolean validateXML
- Flag that indicates whether validation of generated XML should occur.
publicId
java.lang.String publicId
systemId
java.lang.String systemId
dtdURL
java.net.URL dtdURL
schema
java.lang.String schema
Package xdoclet.ant.modulesbuilder |
Package xdoclet.tagshandler |
packages
java.lang.String packages
substituteWith
java.lang.String substituteWith
useFirst
boolean useFirst
nestedException
java.lang.Exception nestedException