Package net.sourceforge.plantuml.command
Class PSystemAbstractFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- All Implemented Interfaces:
PSystemFactory
- Direct Known Subclasses:
GitDiagramFactory,HclDiagramFactory,JsonDiagramFactory,PSystemBasicFactory,PSystemCommandFactory,PSystemSingleLineFactory,YamlDiagramFactory
public abstract class PSystemAbstractFactory extends Object implements PSystemFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringEMPTY_DESCRIPTION
-
Constructor Summary
Constructors Modifier Constructor Description protectedPSystemAbstractFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PSystemErrorbuildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace)protected PSystemErrorbuildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace)DiagramTypegetDiagramType()-
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 Detail
-
EMPTY_DESCRIPTION
public static final String EMPTY_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PSystemAbstractFactory
protected PSystemAbstractFactory(DiagramType type)
-
-
Method Detail
-
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
public final DiagramType getDiagramType()
- Specified by:
getDiagramTypein interfacePSystemFactory
-
-