Package net.sourceforge.plantuml.version
Class PSystemVersionFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemSingleLineFactory
-
- net.sourceforge.plantuml.version.PSystemVersionFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemVersionFactory extends PSystemSingleLineFactory
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemVersionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractPSystem
executeLine(UmlSource source, String line)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemSingleLineFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
executeLine
protected AbstractPSystem executeLine(UmlSource source, String line)
- Specified by:
executeLine
in classPSystemSingleLineFactory
-
-