gr.spinellis.umlgraph.doclet
Class ContextMatcher.ClassGraphHack
java.lang.Object
gr.spinellis.umlgraph.doclet.ClassGraph
gr.spinellis.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.
Fields inherited from class gr.spinellis.umlgraph.doclet.ClassGraph |
associationMap, classnames, collectionClassDoc, contextDoc, FILE_SEPARATOR, linePostfix, linePrefix, mapClassDoc, optionProvider, rootClasses, w |
Method Summary |
void |
prologue()
Dot prologue |
Methods inherited from class gr.spinellis.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 |
ContextMatcher.ClassGraphHack
public ContextMatcher.ClassGraphHack(RootDoc root,
OptionProvider optionProvider)
throws IOException
- Throws:
IOException
prologue
public void prologue()
throws IOException
- Description copied from class:
ClassGraph
- Dot prologue
- Overrides:
prologue
in class ClassGraph
- Throws:
IOException