Package net.sourceforge.plantuml.command
Class PSystemAbstractFactory
java.lang.Object
net.sourceforge.plantuml.command.PSystemAbstractFactory
- All Implemented Interfaces:
PSystemFactory
- Direct Known Subclasses:
FilesDiagramFactory
,GitDiagramFactory
,HclDiagramFactory
,JsonDiagramFactory
,PSystemBasicFactory
,PSystemCommandFactory
,PSystemSingleLineFactory
,YamlDiagramFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final PSystemError
buildEmptyError
(UmlSource source, LineLocation lineLocation, List<StringLocated> trace) protected final PSystemError
buildExecutionError
(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace) final DiagramType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.api.PSystemFactory
createSystem
-
Field Details
-
EMPTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
PSystemAbstractFactory
-
-
Method Details
-
buildEmptyError
protected final PSystemError buildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace) -
buildExecutionError
protected final PSystemError buildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace) -
getDiagramType
- Specified by:
getDiagramType
in interfacePSystemFactory
-