Package net.sourceforge.plantuml.creole
Class PSystemCreoleFactory
- java.lang.Object
-
- net.sourceforge.plantuml.command.PSystemAbstractFactory
-
- net.sourceforge.plantuml.command.PSystemBasicFactory<PSystemCreole>
-
- net.sourceforge.plantuml.creole.PSystemCreoleFactory
-
- All Implemented Interfaces:
PSystemFactory
public class PSystemCreoleFactory extends PSystemBasicFactory<PSystemCreole>
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
EMPTY_DESCRIPTION
-
-
Constructor Summary
Constructors Constructor Description PSystemCreoleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PSystemCreole
executeLine(PSystemCreole system, java.lang.String line)
PSystemCreole
init(java.lang.String startLine)
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemBasicFactory
createSystem
-
Methods inherited from class net.sourceforge.plantuml.command.PSystemAbstractFactory
buildEmptyError, buildExecutionError, getDiagramType
-
-
-
-
Method Detail
-
init
public PSystemCreole init(java.lang.String startLine)
- Overrides:
init
in classPSystemBasicFactory<PSystemCreole>
-
executeLine
public PSystemCreole executeLine(PSystemCreole system, java.lang.String line)
- Specified by:
executeLine
in classPSystemBasicFactory<PSystemCreole>
-
-