public interface OptionProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns user displayable name for this option provider.
|
Options |
getGlobalOptions()
Returns the global options (the class independent definition)
|
Options |
getOptionsFor(com.sun.javadoc.ClassDoc cd)
Returns the options for the specified class.
|
Options |
getOptionsFor(java.lang.String name)
Returns the options for the specified class.
|
void |
overrideForClass(Options opt,
com.sun.javadoc.ClassDoc cd)
Gets a base Options and applies the overrides for the specified class
|
void |
overrideForClass(Options opt,
java.lang.String className)
Gets a base Options and applies the overrides for the specified class
|
Options getOptionsFor(com.sun.javadoc.ClassDoc cd)
Options getOptionsFor(java.lang.String name)
Options getGlobalOptions()
void overrideForClass(Options opt, com.sun.javadoc.ClassDoc cd)
void overrideForClass(Options opt, java.lang.String className)
java.lang.String getDisplayName()
Will be used to provide progress feedback on the console