xdoclet
public class DocletContext extends Object
Version: $Revision: 1.17 $
UNKNOWN: June 19, 2001
Constructor Summary | |
---|---|
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
|
Method Summary | |
---|---|
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
|
Returns: The ActiveSubTask value
Parameters: name Describe what the parameter does
Returns: The ConfigParam value
Returns: The DestDir value
Returns: The ExcludedTags value
Returns: The Instance value
Returns: The MergeDir value
Returns: The Properties value
Parameters: name Describe what the parameter does
Returns: The Property value
Parameters: subtaskName Describe what the parameter does
Returns: The SubTaskBy value
Returns: The SubTasks value
Returns: The Force value
Parameters: subtaskName Describe what the parameter does
Returns: The SubTaskDefined value
Returns: The Verbose value
Parameters: activeSubTask The new ActiveSubTask value
Parameters: singleInstance The new SingleInstance value