|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.doxygen.tools.DoxygenConfig
This class holds the Configuration properties of Doxygen.
Constructor Summary | |
DoxygenConfig()
|
Method Summary | |
void |
addNestedAttribute(DoxygenTask.Property attr)
Add Nested Attribute to the already existing list. |
void |
cascadeDoxygenConfig(java.util.TreeMap map)
This method cascades all Ant task attribute and nest attribute values into the passed TreeMap instance. |
DoxygenTask.Property |
getAttribute(java.lang.String keyName)
This method returns the attributes for jUnit test analysis. |
java.util.List |
getNestedAttributes()
This method returns the list of nested attributes for jUnit test analysis. |
java.util.TreeMap |
getTaskAttributes()
This method returns the task attributes for jUnit test analysis. |
java.util.TreeMap |
readDoxygenConfig(java.lang.String theConfigFilename)
This method reads the Doxygen generated configuration file. |
void |
setProperty(java.lang.String keyName,
boolean value)
This method translates an Ant <doxygen> task element into a Doxygen configuration file property name/value pair. |
void |
setProperty(java.lang.String keyName,
int value)
This method translates an Ant <doxygen> task element into a Doxygen configuration file property name/value pair. |
void |
setProperty(java.lang.String keyName,
java.lang.String value)
This method translates an Ant <doxygen> task element into a Doxygen configuration file property name/value pair. |
void |
writeDoxygenConfig(java.lang.String theConfigFilename)
This method writes and synchronizes the properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoxygenConfig()
Method Detail |
public final void setProperty(java.lang.String keyName, java.lang.String value)
keyName
- for this property.value
- for this property.public final void setProperty(java.lang.String keyName, int value)
keyName
- for this property.value
- for this property.public final void setProperty(java.lang.String keyName, boolean value)
keyName
- for this property.value
- for this property.public final java.util.TreeMap getTaskAttributes()
TreeMap
containing all <doxygen>
tag attributes set by this Ant task.public final java.util.List getNestedAttributes()
List
containing all nested attributes
set by this Ant task.public final DoxygenTask.Property getAttribute(java.lang.String keyName)
keyName
- to be retreived.
Property
containing as much of the
specified attribute as is currently set.public void addNestedAttribute(DoxygenTask.Property attr)
public final void writeDoxygenConfig(java.lang.String theConfigFilename)
theConfigFilename
- used by Doxygen.public final java.util.TreeMap readDoxygenConfig(java.lang.String theConfigFilename)
theConfigFilename
- generated by Doxygen -g.
TreeMap
containing all of the Doxygen
parameters to be used in the amalgamated configuration file.public final void cascadeDoxygenConfig(java.util.TreeMap map)
map
- contains all of the Doxygen configuration file basis.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |