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 String
EMPTY_DESCRIPTION
-
Constructor Summary
Constructors Modifier Constructor Description protected
PSystemAbstractFactory(DiagramType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PSystemError
buildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace)
protected PSystemError
buildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace)
DiagramType
getDiagramType()
-
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:
getDiagramType
in interfacePSystemFactory
-
-