xdoclet
Class DocletContext
public class DocletContext
extends java.lang.Object
- Ara Abrahamian (ara_e@email.com)
DocletContext(String destDir, String mergeDir, String excludedTags, SubTask[] subTasks, Hashtable properties, HashMap configs, boolean force, boolean verbose, String addedTags) - Describe what the DocletContext constructor does
|
SubTask | getActiveSubTask() - Gets the ActiveSubTask attribute of the DocletContext object
|
String | getAddedTags()
|
Object | getConfigParam(String name) - Gets the ConfigParam attribute of the DocletContext object
|
String | getDestDir() - Gets the DestDir attribute of the DocletContext object
|
String | getExcludedTags() - Gets the ExcludedTags attribute of the DocletContext object
|
static DocletContext | getInstance() - Gets the Instance attribute of the DocletContext class
|
String | getMergeDir() - Gets the MergeDir attribute of the DocletContext object
|
Map | getProperties() - Gets the Properties attribute of the DocletContext object
|
String | getProperty(String name) - Gets the Property attribute of the DocletContext object
|
SubTask | getSubTaskBy(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(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
|
DocletContext
public DocletContext(String destDir,
String mergeDir,
String excludedTags,
SubTask[] subTasks,
Hashtable properties,
HashMap configs,
boolean force,
boolean verbose,
String addedTags)
Describe what the DocletContext constructor does
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
-
getActiveSubTask
public SubTask getActiveSubTask()
Gets the ActiveSubTask attribute of the DocletContext object
getAddedTags
public String getAddedTags()
getConfigParam
public Object getConfigParam(String name)
Gets the ConfigParam attribute of the DocletContext object
name
- Describe what the parameter does
getDestDir
public String getDestDir()
Gets the DestDir attribute of the DocletContext object
getExcludedTags
public String getExcludedTags()
Gets the ExcludedTags attribute of the DocletContext object
getInstance
public static DocletContext getInstance()
Gets the Instance attribute of the DocletContext class
getMergeDir
public String getMergeDir()
Gets the MergeDir attribute of the DocletContext object
getProperties
public Map getProperties()
Gets the Properties attribute of the DocletContext object
getProperty
public String getProperty(String name)
Gets the Property attribute of the DocletContext object
name
- Describe what the parameter does
getSubTaskBy
public SubTask getSubTaskBy(String subtaskName)
Gets the SubTaskBy attribute of the DocletContext object
subtaskName
- Describe what the parameter does
getSubTasks
public SubTask[] getSubTasks()
Gets the SubTasks attribute of the DocletContext object
isForce
public boolean isForce()
Gets the Force attribute of the DocletContext object.
isSubTaskDefined
public boolean isSubTaskDefined(String subtaskName)
Gets the SubTaskDefined attribute of the DocletContext object
subtaskName
- Describe what the parameter does
isVerbose
public boolean isVerbose()
Gets the Verbose attribute of the DocletContext object.
setActiveSubTask
public void setActiveSubTask(SubTask activeSubTask)
Sets the ActiveSubTask attribute of the DocletContext object
activeSubTask
- The new ActiveSubTask value
setSingleInstance
public static void setSingleInstance(DocletContext singleInstance)
Sets the SingleInstance attribute of the DocletContext class
singleInstance
- The new SingleInstance value