|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletContext
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocletContext(String destDir, String mergeDir, String excludedTags, SubTask[] subTasks, Hashtable properties, HashMap configs, boolean force, boolean verbose, 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 doesaddedTags
- verbose
- Method Detail |
public static DocletContext getInstance()
public static void setSingleInstance(DocletContext singleInstance)
singleInstance
- The new SingleInstance valuepublic SubTask getActiveSubTask()
public String getDestDir()
public String getMergeDir()
public boolean isForce()
public boolean isVerbose()
public String getAddedTags()
public String getExcludedTags()
public SubTask[] getSubTasks()
public String getProperty(String name)
name
- Describe what the parameter does
public Map getProperties()
public Object getConfigParam(String name)
name
- Describe what the parameter does
public boolean isSubTaskDefined(String subtaskName)
subtaskName
- Describe what the parameter does
public SubTask getSubTaskBy(String subtaskName)
subtaskName
- Describe what the parameter does
public void setActiveSubTask(SubTask activeSubTask)
activeSubTask
- The new ActiveSubTask value
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |