| |
|
| java.lang.Object org.umlgraph.doclet.Options
DEFAULT_EXTERNAL_APIDOC | final protected static String DEFAULT_EXTERNAL_APIDOC(Code) | | |
edgeFontSize | double edgeFontSize(Code) | | |
findViews | boolean findViews(Code) | | |
horizontal | boolean horizontal(Code) | | |
inferDepInPackage | boolean inferDepInPackage(Code) | | |
inferDependencies | boolean inferDependencies(Code) | | |
inferRelationships | boolean inferRelationships(Code) | | |
nodeFontClassAbstractName | String nodeFontClassAbstractName(Code) | | |
nodeFontClassSize | double nodeFontClassSize(Code) | | |
nodeFontPackageSize | double nodeFontPackageSize(Code) | | |
nodeFontSize | double nodeFontSize(Code) | | |
nodeFontTagSize | double nodeFontTagSize(Code) | | |
postfixPackage | boolean postfixPackage(Code) | | |
relativeLinksForSourcePackages | boolean relativeLinksForSourcePackages(Code) | | |
showAttributes | boolean showAttributes(Code) | | |
showComment | boolean showComment(Code) | | |
showConstructors | boolean showConstructors(Code) | | |
showEnumConstants | boolean showEnumConstants(Code) | | |
showEnumerations | boolean showEnumerations(Code) | | |
showOperations | boolean showOperations(Code) | | |
showQualified | boolean showQualified(Code) | | |
showType | boolean showType(Code) | | |
showVisibility | boolean showVisibility(Code) | | |
strictMatching | boolean strictMatching(Code) | | |
useGuillemot | boolean useGuillemot(Code) | | |
useImports | boolean useImports(Code) | | |
getApiDocRoot | public String getApiDocRoot(String className)(Code) | | Returns the appropriate URL "root" for an external class name. It will
match the class name against the regular expressions specified in the
apiDocMap ; if a match is found, the associated URL
will be returned.
NOTE: The match order of the match attempts is the one specified by the
constructor of the api doc root, so it depends on the order of "-link" and "-apiDocMap"
parameters.
|
matchesCollPackageExpression | public boolean matchesCollPackageExpression(String s)(Code) | | Check if the supplied string matches an entity specified
with the -hide parameter.
true if the string matches. |
matchesHideExpression | public boolean matchesHideExpression(String s)(Code) | | Check if the supplied string matches an entity specified
with the -hide parameter.
true if the string matches. |
optionLength | public static int optionLength(String option)(Code) | | Return the number of arguments associated with the specified option.
The return value includes the actual option.
Will return 0 if the option is not supported.
|
overrideForClass | public void overrideForClass(Options opt, ClassDoc cd)(Code) | | |
setAll | public void setAll()(Code) | | Most complete output
|
setApiDocMapFile | void setApiDocMapFile(String apiDocMapFileName)(Code) | | Loads the property file referred by apiDocMapFileName and fills the apiDocMap
accordingly
Parameters: apiDocMapFileName - |
setOption | void setOption(String[] opt)(Code) | | Set the options based on a single option and its arguments
|
setOptions | public void setOptions(String[][] options)(Code) | | Set the options based on the command line parameters
|
setOptions | public void setOptions(ClassDoc p)(Code) | | Set the options based on the tag elements of the ClassDoc parameter
|
|
|
|