Package net.sourceforge.plantuml.command
Class CommandMultilines3<S extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines3<S>
- All Implemented Interfaces:
Command<S>
- Direct Known Subclasses:
CommandActivityLong3
,CommandBackwardLong3
,CommandRepeatWhile3Multilines
-
Constructor Summary
ConstructorsConstructorDescriptionCommandMultilines3
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) -
Method Summary
Modifier and TypeMethodDescriptionfinal CommandExecutionResult
execute
(S system, BlocLines lines, ParserPass currentPass) protected abstract CommandExecutionResult
executeNow
(S system, BlocLines lines) protected CommandControl
String[]
abstract RegexConcat
protected final IRegex
protected boolean
boolean
isEligibleFor
(ParserPass pass) final CommandControl
-
Constructor Details
-
CommandMultilines3
-
-
Method Details
-
getPatternEnd2
-
getDescription
- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
-
execute
public final CommandExecutionResult execute(S system, BlocLines lines, ParserPass currentPass) throws NoSuchColorException - Specified by:
execute
in interfaceCommand<S extends Diagram>
- Throws:
NoSuchColorException
-
executeNow
protected abstract CommandExecutionResult executeNow(S system, BlocLines lines) throws NoSuchColorException - Throws:
NoSuchColorException
-
isCommandForbidden
protected boolean isCommandForbidden() -
finalVerification
-
getStartingPattern
-
isEligibleFor
- Specified by:
isEligibleFor
in interfaceCommand<S extends Diagram>
-