xdoclet.modules.ejb.dd

Class AbstractEjbDeploymentDescriptorSubTask

Implemented Interfaces:
Serializable

public abstract class AbstractEjbDeploymentDescriptorSubTask
extends xdoclet.XmlSubTask

Base class for all subtasks that generate xml-ish ejb deployment descriptors.
Version:
$Revision: 1.6 $
Author:
Ara Abrahamian (ara_e@email.com)
created
Dec 11, 2001

Nested Class Summary

Nested classes/interfaces inherited from class xdoclet.TemplateSubTask

TemplateSubTask.ExtentTypes, TemplateSubTask.OfType

Field Summary

Fields inherited from class xdoclet.DocletSupport

currentClassTag, currentFieldTag, currentMethodTag

Method Summary

protected boolean
atLeastOneCmp1EntityBeanExists()
Describe what the method does
protected boolean
atLeastOneCmp2EntityBeanExists()
Describe what the method does
protected boolean
atLeastOneCmpEntityBeanExists()
Describe what the method does

Methods inherited from class xdoclet.XmlSubTask

copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess

Methods inherited from class xdoclet.TemplateSubTask

addOfType, addOfType, addPackageSubstitution, copyAttributesFrom, engineFinished, engineStarted, execute, generateForClass, getAcceptAbstractClasses, getAcceptInterfaces, getDestinationFile, getEngine, getExtent, getGeneratedFileName, getGenerationManager, getHavingClassTag, getOfType, getPackageSubstitutions, getSubTaskClassName, getTemplateURL, init, isPackageSubstitutionInheritanceSupported, isPrefixWithPackageStructure, javaFile, matchesGenerationRules, processInnerClasses, setAcceptAbstractClasses, setAcceptInterfaces, setDestinationFile, setEngine, setExtent, setExtentValue, setGenerationManager, setHavingClassTag, setOfType, setPackageSubstitutionInheritanceSupported, setPackageSubstitutions, setPrefixWithPackageStructure, setSubTaskClassName, setTemplateFile, setTemplateURL, startEngine, startProcess, startProcessForAll, startProcessPerClass, validateOptions

Methods inherited from class xdoclet.SubTask

addConfigParam, copyAttributesFrom, execute, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions

Methods inherited from class xdoclet.DocletSupport

getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage

Method Details

atLeastOneCmp1EntityBeanExists

protected boolean atLeastOneCmp1EntityBeanExists()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException -

atLeastOneCmp2EntityBeanExists

protected boolean atLeastOneCmp2EntityBeanExists()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException -

atLeastOneCmpEntityBeanExists

protected boolean atLeastOneCmpEntityBeanExists()
            throws xdoclet.XDocletException
Describe what the method does
Returns:
Describe the return value
Throws:
xdoclet.XDocletException -