org.umlgraph.doclet
Class ContextMatcher.ClassGraphHack

Show UML class diagram
java.lang.Object
  extended by org.umlgraph.doclet.ClassGraph
      extended by org.umlgraph.doclet.ContextMatcher.ClassGraphHack
Enclosing class:
ContextMatcher

private static class ContextMatcher.ClassGraphHack
extends ClassGraph

A quick hack to compute class dependencies reusing ClassGraph but without generating output. Will be removed once the ClassGraph class will be split into two classes for graph computation and output generation.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.umlgraph.doclet.ClassGraph
ClassGraph.Align, ClassGraph.Font
 
Field Summary
 
Fields inherited from class org.umlgraph.doclet.ClassGraph
associationMap, classnames, collectionClassDoc, contextDoc, FILE_SEPARATOR, linePostfix, linePrefix, mapClassDoc, optionProvider, rootClassdocs, rootClasses, w
 
Constructor Summary
ContextMatcher.ClassGraphHack(RootDoc root, OptionProvider optionProvider)
           
 
Method Summary
 void prologue()
          Dot prologue
 
Methods inherited from class org.umlgraph.doclet.ClassGraph
buildRelativePath, classToUrl, classToUrl, epilogue, getClassInfo, printClass, printExtraClasses, printInferredDependencies, printInferredDependencies, printInferredRelations, printInferredRelations, printRelations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextMatcher.ClassGraphHack

public ContextMatcher.ClassGraphHack(RootDoc root,
                                     OptionProvider optionProvider)
                              throws IOException
Throws:
IOException
Method Detail

prologue

public void prologue()
              throws IOException
Description copied from class: ClassGraph
Dot prologue

Overrides:
prologue in class ClassGraph
Throws:
IOException