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 PSystemErrorbuildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace, PreprocessingArtifact preprocessing) protected final PSystemErrorbuildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace, PreprocessingArtifact preprocessing) final DiagramTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.api.PSystemFactory
createSystem, getUmlDiagramType
-
Field Details
-
EMPTY_DESCRIPTION
- See Also:
-
-
Constructor Details
-
PSystemAbstractFactory
-
-
Method Details
-
buildEmptyError
protected final PSystemError buildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace, PreprocessingArtifact preprocessing) -
buildExecutionError
protected final PSystemError buildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace, PreprocessingArtifact preprocessing) -
getDiagramType
- Specified by:
getDiagramTypein interfacePSystemFactory
-