xdoclet.modules.macromedia.jrun.web
public class JRunWebXmlSubTask extends XmlSubTask
TemplateSubTask.ExtentTypes, TemplateSubTask.OfType
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
compile |
protected java.lang.String |
contextRoot
The Security Domain, defaults to "" because it is not included if not set in the build.xml.
|
protected java.lang.String |
loadSystemClassesFirst |
protected java.lang.String |
reload |
currentClassTag, currentFieldTag, currentMethodTag
Constructor and Description |
---|
JRunWebXmlSubTask()
Describe what the JRunWebXmlSubTask constructor does
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompile()
Return the Compile setting.
|
java.lang.String |
getContextRoot()
Return the Context Root of the web application.
|
java.lang.String |
getLoadSystemClassesFirst()
Return the Load-System-Classes-First setting.
|
java.lang.String |
getReload()
Return the Reload setting.
|
void |
setCompile(java.lang.String compile)
Set the Compile setting to either true or false.
|
void |
setContextRoot(java.lang.String contextRoot)
Set the Context Root..
|
void |
setLoadSystemClassesFirst(java.lang.String loadSystemClassesFirst)
Set the LoadSystemClassesFirst setting to either true or false.
|
void |
setReload(java.lang.String reload)
Set the Reload setting to either true or false.
|
copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess
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
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
protected java.lang.String contextRoot
protected java.lang.String reload
protected java.lang.String compile
protected java.lang.String loadSystemClassesFirst
public JRunWebXmlSubTask()
public java.lang.String getContextRoot()
public java.lang.String getReload()
public java.lang.String getCompile()
public java.lang.String getLoadSystemClassesFirst()
public void setContextRoot(java.lang.String contextRoot)
contextRoot
- the new context rootpublic void setReload(java.lang.String reload)
reload
- new reload valuepublic void setCompile(java.lang.String compile)
compile
- new compile valuepublic void setLoadSystemClassesFirst(java.lang.String loadSystemClassesFirst)
loadSystemClassesFirst
- new setting