xdoclet.modules.mvcsoft.ejb
Class MVCSoftSubTask

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.mvcsoft.ejb.MVCSoftSubTask
All Implemented Interfaces:
java.io.Serializable

public class MVCSoftSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Generates MVCSoft's xml.

Author:
Daniel OConnor (docodan@mvcsoft.com)
See Also:
Serialized Form
ant.element
display-name = "MVCSoft" name = "mvcsoft" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
November 1, 2001

Nested Class Summary
static class MVCSoftSubTask.MVCSoftVersionTypes
           
 
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
MVCSoftSubTask()
          Describe what the MVCSoftSubTask constructor does
 
Method Summary
 java.lang.String getConnectionjndiname()
          Gets the Connectionjndiname attribute of the MVCSoftSubTask object
 java.lang.String getDeploymentVersion()
          Gets the DeploymentVersion attribute of the MVCSoftSubTask object
 java.lang.String getLightweightfactoryname()
          Gets the lightweightfactoryname attribute of the MVCSoftSubTask object
 java.lang.String getLoggingtype()
          Gets the Loggingtype attribute of the MVCSoftSubTask object
 void setConnectionjndiname(java.lang.String jndiName)
          Sets the Connectionjndiname attribute of the MVCSoftSubTask object
 void setDeploymentVersion(MVCSoftSubTask.MVCSoftVersionTypes deploymentVersion)
          Sets the DeploymentVersion attribute of the MVCSoftSubTask object
 void setLightweightfactoryname(java.lang.String lightweightFactoryName)
          Sets the lightweightfactoryname attribute of the MVCSoftSubTask object
 void setLoggingtype(java.lang.String loggingType)
          Sets the Loggingtype attribute of the MVCSoftSubTask 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

MVCSoftSubTask

public MVCSoftSubTask()
Describe what the MVCSoftSubTask constructor does

Method Detail

getDeploymentVersion

public java.lang.String getDeploymentVersion()
Gets the DeploymentVersion attribute of the MVCSoftSubTask object

Returns:
The DeploymentVersion value

getConnectionjndiname

public java.lang.String getConnectionjndiname()
Gets the Connectionjndiname attribute of the MVCSoftSubTask object

Returns:
The Connectionjndiname value

getLoggingtype

public java.lang.String getLoggingtype()
Gets the Loggingtype attribute of the MVCSoftSubTask object

Returns:
The Loggingtype value

getLightweightfactoryname

public java.lang.String getLightweightfactoryname()
Gets the lightweightfactoryname attribute of the MVCSoftSubTask object

Returns:
The Lightweightfactoryname value

setDeploymentVersion

public void setDeploymentVersion(MVCSoftSubTask.MVCSoftVersionTypes deploymentVersion)
Sets the DeploymentVersion attribute of the MVCSoftSubTask object

Parameters:
deploymentVersion - The new DeploymentVersion value

setConnectionjndiname

public void setConnectionjndiname(java.lang.String jndiName)
Sets the Connectionjndiname attribute of the MVCSoftSubTask object

Parameters:
jndiName - The new Connectionjndiname value
ant.not-required
"No, default is 'java:DefaultDS'"

setLoggingtype

public void setLoggingtype(java.lang.String loggingType)
Sets the Loggingtype attribute of the MVCSoftSubTask object

Parameters:
loggingType - The new Loggingtype value
ant.not-required
"No, default is 'None'"

setLightweightfactoryname

public void setLightweightfactoryname(java.lang.String lightweightFactoryName)
Sets the lightweightfactoryname attribute of the MVCSoftSubTask object

Parameters:
lightweightFactoryName -
ant.not-required
No,defaultis novalue

http://xdoclet.sourceforge.net/