|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DoxygenParameters in com.soebes.maven.plugins.dmg |
|---|
| Methods in com.soebes.maven.plugins.dmg that return DoxygenParameters | |
|---|---|
static DoxygenParameters |
DoxygenParameters.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DoxygenParameters[] |
DoxygenParameters.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.soebes.maven.plugins.dmg with parameters of type DoxygenParameters | |
|---|---|
private void |
AbstractDoxygenMojo.addConfiguration(java.io.PrintWriter config,
DoxygenParameters key,
boolean value)
This is called for boolean configuration items. |
private void |
AbstractDoxygenMojo.addConfiguration(java.io.PrintWriter config,
DoxygenParameters key,
java.lang.Integer value)
This is called for integer configuration items. |
private void |
AbstractDoxygenMojo.addConfiguration(java.io.PrintWriter config,
DoxygenParameters key,
java.lang.String value)
This is called for String configuration items. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||