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:
CommandRepeatWhile3Multilines
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
final CommandExecutionResult
protected abstract CommandExecutionResult
executeNow
(S system, BlocLines lines) java.lang.String[]
abstract RegexConcat
protected final IRegex
protected boolean
final CommandControl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandMultilines3
-
-
Method Details
-
getPatternEnd2
-
getDescription
public java.lang.String[] getDescription()- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
-
execute
-
executeNow
-
isCommandForbidden
protected boolean isCommandForbidden() -
actionIfCommandValid
protected void actionIfCommandValid() -
getStartingPattern
-