Serialized Form
name
String name
value
String value
_xJavaDoc
xjavadoc.XJavaDoc _xJavaDoc
destDir
File destDir
- Destination directory where generated files will be stored.
mergeDir
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
ArrayList configParams
subTaskName
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
URL templateURL
prefixWithPackageStructure
boolean prefixWithPackageStructure
acceptInterfaces
boolean acceptInterfaces
acceptAbstractClasses
boolean acceptAbstractClasses
docEncoding
String docEncoding
destinationFile
String destinationFile
- See Also:
TemplateSubTask.setDestinationFile(java.lang.String)
,
TemplateSubTask.getDestinationFile()
ofType
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
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
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
String subTaskClassName
- The subtask class.
packageSubstitutions
ArrayList packageSubstitutions
packageSubstitutionInheritanceSupported
boolean packageSubstitutionInheritanceSupported
generationManager
GenerationManager generationManager
useIds
boolean useIds
xmlEncoding
String xmlEncoding
validateXML
boolean validateXML
- Flag that indicates whether validation of generated XML should occur.
publicId
String publicId
systemId
String systemId
dtdURL
URL dtdURL
schema
String schema
Package xdoclet.ant.modulesbuilder |
Package xdoclet.tagshandler |
packages
String packages
substituteWith
String substituteWith
useFirst
boolean useFirst
nestedException
Exception nestedException