|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.DocletContext
public class DocletContext
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
- Method Detail |
---|
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 does
public java.util.Map getProperties()
public java.lang.Object getConfigParam(java.lang.String name)
name
- Describe what the parameter does
public boolean isSubTaskDefined(java.lang.String subtaskName)
subtaskName
- Describe what the parameter does
public SubTask getSubTaskBy(java.lang.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 |