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
protected abstract CommandExecutionResult
executeNow
(S system, BlocLines lines) protected CommandControl
String[]
abstract RegexConcat
protected final IRegex
protected boolean
final CommandControl
-
Constructor Details
-
CommandMultilines3
-
-
Method Details
-
getPatternEnd2
-
getDescription
- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
-
execute
- 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
-