|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OptionProvider
A factory class that builds Options object for general use or for a specific class
Method Summary | |
---|---|
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. |
Options |
getOptionsFor(String name)
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 |
void |
overrideForClass(Options opt,
String className)
Gets a base Options and applies the overrides for the specified class |
Method Detail |
---|
Options getOptionsFor(ClassDoc cd)
Options getOptionsFor(String name)
Options getGlobalOptions()
void overrideForClass(Options opt, ClassDoc cd)
void overrideForClass(Options opt, String className)
String getDisplayName()
Will be used to provide progress feedback on the console
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |