Package nl.talsmasoftware.umldoclet.uml
Class PackageDiagram
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.Diagram
nl.talsmasoftware.umldoclet.uml.PackageDiagram
- Author:
- Sjoerd Talsma
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FileDetermine the physical file location for the plantuml output.Methods inherited from class nl.talsmasoftware.umldoclet.uml.Diagram
getConfiguration, render, toString, writeCustomDirectives, writeToMethods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
addChild, findParent, getChildren, getChildren, getParent, removeChildren, setParent, writeChildrenTo
-
Constructor Details
-
PackageDiagram
-
-
Method Details
-
getPlantUmlFile
Description copied from class:DiagramDetermine the physical file location for the plantuml output.This will even be called if
-createPumlFilesis not enabled, to determine the Diagram.getDiagramBaseFile().- Specified by:
getPlantUmlFilein classDiagram- Returns:
- The physical file for the plantuml output.
-