Package net.sourceforge.plantuml.command
Class CommandMultilines2<S extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines2<S>
- All Implemented Interfaces:
Command<S>
- Direct Known Subclasses:
CommandActivityLong3
,CommandArchimateMultilines
,CommandArrowLong3
,CommandBackwardLong3
,CommandCreateClassMultilines
,CommandCreateElementMultilines
,CommandCreateEntityObjectMultilines
,CommandCreateJson
,CommandCreateMap
,CommandLinkLongActivity
,CommandMindMapOrgmodeMultiline
,CommandMultilinesLegend
,CommandNoteLong
,CommandNoteLong3
,CommandParticipantMultilines
,CommandStyleMultilinesCSS
,CommandWBSItemMultiline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
final CommandExecutionResult
protected abstract CommandExecutionResult
executeNow
(S system, BlocLines lines) java.lang.String[]
abstract java.lang.String
protected final IRegex
protected boolean
final CommandControl
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandMultilines2
-
-
Method Details
-
syntaxWithFinalBracket
public boolean syntaxWithFinalBracket() -
getPatternEnd
public abstract java.lang.String getPatternEnd() -
getDescription
public java.lang.String[] getDescription()- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
-
execute
-
executeNow
protected abstract CommandExecutionResult executeNow(S system, BlocLines lines) throws NoSuchColorException - Throws:
NoSuchColorException
-
isCommandForbidden
protected boolean isCommandForbidden() -
actionIfCommandValid
protected void actionIfCommandValid() -
getStartingPattern
-