xdoclet.modules.orion.ejb
Class OrionSubTask

java.lang.Object
  extended by xdoclet.DocletSupport
      extended by xdoclet.SubTask
          extended by xdoclet.TemplateSubTask
              extended by xdoclet.XmlSubTask
                  extended by xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask
                      extended by xdoclet.modules.orion.ejb.OrionSubTask
All Implemented Interfaces:
java.io.Serializable

public class OrionSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Generates Orion's orion-ejb-jar.xml.

Version:
$Revision: 1.9 $
Author:
Ara Abrahamian (ara_e_w@yahoo.com)
See Also:
Serialized Form
ant.element
display-name = "Orion" name = "orion" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
May 15, 2001

Nested Class Summary
static class OrionSubTask.OrionVersionTypes
           
 
Nested classes/interfaces inherited from class xdoclet.TemplateSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
 
Field Summary
 
Fields inherited from class xdoclet.DocletSupport
currentClassTag, currentFieldTag, currentMethodTag
 
Constructor Summary
OrionSubTask()
          Describe what the OrionSubTask constructor does
 
Method Summary
 java.lang.String getVersion()
          Gets the DeploymentVersion attribute of the OrionSubTask object
 void setVersion(OrionSubTask.OrionVersionTypes version)
          Sets the DeploymentVersion attribute of the OrionSubTask object
 
Methods inherited from class xdoclet.modules.ejb.dd.AbstractEjbDeploymentDescriptorSubTask
atLeastOneCmp1EntityBeanExists, atLeastOneCmp2EntityBeanExists, atLeastOneCmpEntityBeanExists
 
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, 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, startProcessForAll, startProcessPerClass, validateOptions
 
Methods inherited from class xdoclet.SubTask
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrionSubTask

public OrionSubTask()
Describe what the OrionSubTask constructor does

Method Detail

getVersion

public java.lang.String getVersion()
Gets the DeploymentVersion attribute of the OrionSubTask object

Returns:
The DeploymentVersion value

setVersion

public void setVersion(OrionSubTask.OrionVersionTypes version)
Sets the DeploymentVersion attribute of the OrionSubTask object

Parameters:
version - The new DeploymentVersion value

http://xdoclet.sourceforge.net/