xdoclet.modules.ejb
public class EjbDocletTask extends DocletTask
Modifier and Type | Class and Description |
---|---|
static class |
EjbDocletTask.EjbSpecVersion |
XDOCLET_VERSION
Constructor and Description |
---|
EjbDocletTask() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEjbClassNameSuffix()
Gets the EjbClassNameSuffix attribute of the EjbDocletTask object
|
java.lang.String |
getEjbSpec()
Gets the EjbSpec attribute of the EjbDocletTask object
|
void |
setEjbClassNameSuffix(java.lang.String ejbClassNameSuffix)
A comma-separated list of endings which should be removed from the bean class name to generate a bean's name if
no name parameter is specified in the ejb.bean tag.
|
void |
setEjbSpec(EjbDocletTask.EjbSpecVersion ejbspec)
The version of EJB spec ejbdoclet should adhere, currently "1.1", "2.0" and "2.1" defined.
|
protected void |
validateOptions()
Called by superclass before start() is called
|
addConfigParam, addFileset, addPackageSubstitution, addSubTask, addTemplate, addXmlTemplate, checkClass, createDynamicElement, getAddedTags, getConfigParams, getConfigParams, getConfigParamsAsMap, getDestDir, getExcludedTags, getMergeDir, getPackageSubstitutions, getSubTaskName, getSubTasks, isForce, isVerbose, setAddedTags, setDestDir, setDynamicAttribute, setExcludedTags, setExcludePackageNames, setForce, setMergeDir, setPackageNames, setPackageSubstitutions, setVerbose, start, validateSubTasks
createIgnoredtag, execute, getClasspath, getXJavaDoc, setDocencoding, setEncoding, setIgnoredtags, setValidating
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public java.lang.String getEjbSpec()
public java.lang.String getEjbClassNameSuffix()
public void setEjbSpec(EjbDocletTask.EjbSpecVersion ejbspec)
ejbspec
- public void setEjbClassNameSuffix(java.lang.String ejbClassNameSuffix)
ejbClassNameSuffix
- protected void validateOptions() throws org.apache.tools.ant.BuildException
DocletTask
validateOptions
in class DocletTask
org.apache.tools.ant.BuildException
- Describe the exception