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 CommandExecutionResultprotected abstract CommandExecutionResultexecuteNow(S system, BlocLines lines) protected CommandControlString[]abstract RegexConcatprotected final IRegexprotected booleanfinal CommandControl
-
Constructor Details
-
CommandMultilines3
-
-
Method Details
-
getPatternEnd2
-
getDescription
- Specified by:
getDescriptionin interfaceCommand<S extends Diagram>
-
isValid
-
execute
- Specified by:
executein 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
-