xdoclet
public class DocletContext extends java.lang.Object
Constructor and Description |
---|
DocletContext(java.lang.String destDir,
java.lang.String mergeDir,
java.lang.String excludedTags,
SubTask[] subTasks,
java.util.Hashtable properties,
java.util.HashMap configs,
boolean force,
boolean verbose,
java.lang.String addedTags)
Describe what the DocletContext constructor does
|
Modifier and Type | Method and Description |
---|---|
SubTask |
getActiveSubTask()
Gets the ActiveSubTask attribute of the DocletContext object
|
java.lang.String |
getAddedTags() |
java.lang.Object |
getConfigParam(java.lang.String name)
Gets the ConfigParam attribute of the DocletContext object
|
java.lang.String |
getDestDir()
Gets the DestDir attribute of the DocletContext object
|
java.lang.String |
getExcludedTags()
Gets the ExcludedTags attribute of the DocletContext object
|
static DocletContext |
getInstance()
Gets the Instance attribute of the DocletContext class
|
java.lang.String |
getMergeDir()
Gets the MergeDir attribute of the DocletContext object
|
java.util.Map |
getProperties()
Gets the Properties attribute of the DocletContext object
|
java.lang.String |
getProperty(java.lang.String name)
Gets the Property attribute of the DocletContext object
|
SubTask |
getSubTaskBy(java.lang.String subtaskName)
Gets the SubTaskBy attribute of the DocletContext object
|
SubTask[] |
getSubTasks()
Gets the SubTasks attribute of the DocletContext object
|
boolean |
isForce()
Gets the Force attribute of the DocletContext object.
|
boolean |
isSubTaskDefined(java.lang.String subtaskName)
Gets the SubTaskDefined attribute of the DocletContext object
|
boolean |
isVerbose()
Gets the Verbose attribute of the DocletContext object.
|
void |
setActiveSubTask(SubTask activeSubTask)
Sets the ActiveSubTask attribute of the DocletContext object
|
static void |
setSingleInstance(DocletContext singleInstance)
Sets the SingleInstance attribute of the DocletContext class
|
public DocletContext(java.lang.String destDir, java.lang.String mergeDir, java.lang.String excludedTags, SubTask[] subTasks, java.util.Hashtable properties, java.util.HashMap configs, boolean force, boolean verbose, java.lang.String addedTags)
destDir
- Describe what the parameter doesmergeDir
- Describe what the parameter doesexcludedTags
- Describe what the parameter doessubTasks
- Describe what the parameter doesproperties
- Describe what the parameter doesconfigs
- Describe what the parameter doesforce
- Describe what the parameter doesverbose
- addedTags
- public static DocletContext getInstance()
public static void setSingleInstance(DocletContext singleInstance)
singleInstance
- The new SingleInstance valuepublic SubTask getActiveSubTask()
public java.lang.String getDestDir()
public java.lang.String getMergeDir()
public boolean isForce()
public boolean isVerbose()
public java.lang.String getAddedTags()
public java.lang.String getExcludedTags()
public SubTask[] getSubTasks()
public java.lang.String getProperty(java.lang.String name)
name
- Describe what the parameter doespublic java.util.Map getProperties()
public java.lang.Object getConfigParam(java.lang.String name)
name
- Describe what the parameter doespublic boolean isSubTaskDefined(java.lang.String subtaskName)
subtaskName
- Describe what the parameter doespublic SubTask getSubTaskBy(java.lang.String subtaskName)
subtaskName
- Describe what the parameter doespublic void setActiveSubTask(SubTask activeSubTask)
activeSubTask
- The new ActiveSubTask value