public class View extends java.lang.Object implements OptionProvider
| Constructor and Description |
|---|
View(RootDoc root,
ClassDoc c,
OptionProvider provider)
Builds a view given the class that contains its definition
|
| 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(ClassDoc cd)
Returns the options for the specified class.
|
void |
overrideForClass(Options opt,
ClassDoc cd)
Gets a base Options and applies the overrides for the specified class
|
public View(RootDoc root,
ClassDoc c,
OptionProvider provider)
public Options getOptionsFor(ClassDoc cd)
OptionProvidergetOptionsFor in interface OptionProviderpublic Options getGlobalOptions()
OptionProvidergetGlobalOptions in interface OptionProviderpublic void overrideForClass(Options opt, ClassDoc cd)
OptionProvideroverrideForClass in interface OptionProviderpublic java.lang.String getDisplayName()
OptionProviderWill be used to provide progress feedback on the console
getDisplayName in interface OptionProvider