Package net.sourceforge.plantuml.command
Class CommandDecoratorMultine<D extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.CommandDecoratorMultine<D>
- All Implemented Interfaces:
Command<D>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <D extends Diagram>
CommandDecoratorMultine<D>create(SingleLineCommand2<D> cmd, int nbMaxLines) execute(D diagram, BlocLines lines, ParserPass currentPass) String[]intbooleanisEligibleFor(ParserPass pass)
-
Method Details
-
create
public static <D extends Diagram> CommandDecoratorMultine<D> create(SingleLineCommand2<D> cmd, int nbMaxLines) -
execute
-
isValid
-
getDescription
- Specified by:
getDescriptionin interfaceCommand<D extends Diagram>
-
getNbMaxLines
public int getNbMaxLines() -
isEligibleFor
- Specified by:
isEligibleForin interfaceCommand<D extends Diagram>
-