Java Doc for Options.java in  » UML » UMLGraph » org » umlgraph » doclet » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » UML » UMLGraph » org.umlgraph.doclet 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.umlgraph.doclet.Options

Options
public class Options implements Cloneable,OptionProvider(Code)
Represent the program options
version:
   $Revision: 1.87 $
author:
   Diomidis Spinellis


Field Summary
final protected static  StringDEFAULT_EXTERNAL_APIDOC
    
 Map<Pattern, String>apiDocMap
    
 StringapiDocRoot
    
 StringbgColor
    
 booleancompact
    
 RelationPatterncontextRelationPattern
    
 StringedgeColor
    
 StringedgeFontColor
    
 StringedgeFontName
    
 doubleedgeFontSize
    
 booleanfindViews
    
 StringguilClose
    
 StringguilOpen
    
 Vector<Pattern>hidePatterns
    
 booleanhorizontal
    
 booleaninferDepInPackage
    
 booleaninferDependencies
    
 VisibilityinferDependencyVisibility
    
 RelationTypeinferRelationshipType
    
 booleaninferRelationships
    
 StringnodeFillColor
    
 StringnodeFontAbstractName
    
 StringnodeFontClassAbstractName
    
 StringnodeFontClassName
    
 doublenodeFontClassSize
    
 StringnodeFontColor
    
 StringnodeFontName
    
 StringnodeFontPackageName
    
 doublenodeFontPackageSize
    
 doublenodeFontSize
    
 StringnodeFontTagName
    
 doublenodeFontTagSize
    
public  StringoutputDirectory
    
 StringoutputEncoding
    
public  StringoutputFileName
    
 booleanpostfixPackage
    
 booleanrelativeLinksForSourcePackages
    
 Shapeshape
    
 booleanshowAttributes
    
 booleanshowComment
    
 booleanshowConstructors
    
 booleanshowEnumConstants
    
 booleanshowEnumerations
    
 booleanshowOperations
    
 booleanshowQualified
    
 booleanshowType
    
 booleanshowVisibility
    
 booleanstrictMatching
    
 booleanuseGuillemot
    
 booleanuseImports
    
 StringviewName
    

Constructor Summary
 Options()
    

Method Summary
public  Objectclone()
    
public  StringgetApiDocRoot(String className)
     Returns the appropriate URL "root" for an external class name.
public  StringgetDisplayName()
    
public  OptionsgetGlobalOptions()
    
public  OptionsgetOptionsFor(ClassDoc cd)
    
public  OptionsgetOptionsFor(String name)
    
public  booleanmatchesCollPackageExpression(String s)
     Check if the supplied string matches an entity specified with the -hide parameter.
public  booleanmatchesHideExpression(String s)
     Check if the supplied string matches an entity specified with the -hide parameter.
public static  intoptionLength(String option)
     Return the number of arguments associated with the specified option.
public  voidoverrideForClass(Options opt, ClassDoc cd)
    
public  voidoverrideForClass(Options opt, String className)
    
public  voidsetAll()
    
 voidsetApiDocMapFile(String apiDocMapFileName)
    
 voidsetOption(String[] opt)
    
public  voidsetOptions(String[][] options)
    
public  voidsetOptions(ClassDoc p)
    
public  StringtoString()
    

Field Detail
DEFAULT_EXTERNAL_APIDOC
final protected static String DEFAULT_EXTERNAL_APIDOC(Code)



apiDocMap
Map<Pattern, String> apiDocMap(Code)



apiDocRoot
String apiDocRoot(Code)



bgColor
String bgColor(Code)



compact
boolean compact(Code)



contextRelationPattern
RelationPattern contextRelationPattern(Code)



edgeColor
String edgeColor(Code)



edgeFontColor
String edgeFontColor(Code)



edgeFontName
String edgeFontName(Code)



edgeFontSize
double edgeFontSize(Code)



findViews
boolean findViews(Code)



guilClose
String guilClose(Code)
Guillemot right (close)



guilOpen
String guilOpen(Code)
Guillemot left (open)



hidePatterns
Vector<Pattern> hidePatterns(Code)



horizontal
boolean horizontal(Code)



inferDepInPackage
boolean inferDepInPackage(Code)



inferDependencies
boolean inferDependencies(Code)



inferDependencyVisibility
Visibility inferDependencyVisibility(Code)



inferRelationshipType
RelationType inferRelationshipType(Code)



inferRelationships
boolean inferRelationships(Code)



nodeFillColor
String nodeFillColor(Code)



nodeFontAbstractName
String nodeFontAbstractName(Code)



nodeFontClassAbstractName
String nodeFontClassAbstractName(Code)



nodeFontClassName
String nodeFontClassName(Code)



nodeFontClassSize
double nodeFontClassSize(Code)



nodeFontColor
String nodeFontColor(Code)



nodeFontName
String nodeFontName(Code)



nodeFontPackageName
String nodeFontPackageName(Code)



nodeFontPackageSize
double nodeFontPackageSize(Code)



nodeFontSize
double nodeFontSize(Code)



nodeFontTagName
String nodeFontTagName(Code)



nodeFontTagSize
double nodeFontTagSize(Code)



outputDirectory
public String outputDirectory(Code)



outputEncoding
String outputEncoding(Code)



outputFileName
public String outputFileName(Code)



postfixPackage
boolean postfixPackage(Code)



relativeLinksForSourcePackages
boolean relativeLinksForSourcePackages(Code)



shape
Shape shape(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)



viewName
String viewName(Code)




Constructor Detail
Options
Options()(Code)




Method Detail
clone
public Object clone()(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.



getDisplayName
public String getDisplayName()(Code)



getGlobalOptions
public Options getGlobalOptions()(Code)



getOptionsFor
public Options getOptionsFor(ClassDoc cd)(Code)



getOptionsFor
public Options getOptionsFor(String name)(Code)



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)



overrideForClass
public void overrideForClass(Options opt, String className)(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



toString
public String toString()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.