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:
CommandArchimateMultilines,CommandArrowLong3,CommandCommentMultilines,CommandCommentMultilines2,CommandCreateClassMultilines,CommandCreateElementMultilines,CommandCreateEntityObjectMultilines,CommandCreateJson,CommandCreateMap,CommandEbnfMultilines,CommandLinkLongActivity,CommandMindMapOrgmodeMultiline,CommandMultilinesLegend,CommandNoteLong,CommandNoteLong3,CommandNoteMultilines,CommandParticipantMultilines,CommandSpriteSvgMultiline,CommandStyleMultilinesCSS,CommandWBSItemMultiline
-
Constructor Summary
ConstructorsConstructorDescriptionCommandMultilines2(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) -
Method Summary
Modifier and TypeMethodDescriptionfinal CommandExecutionResultprotected abstract CommandExecutionResultexecuteNow(S system, BlocLines lines) protected CommandControlfinalVerification(BlocLines lines) String[]abstract Stringprotected final IRegexprotected booleanfinal CommandControlboolean
-
Constructor Details
-
CommandMultilines2
-
-
Method Details
-
syntaxWithFinalBracket
public boolean syntaxWithFinalBracket() -
getPatternEnd
-
getDescription
- Specified by:
getDescriptionin interfaceCommand<S extends Diagram>
-
isValid
-
execute
-
executeNow
protected abstract CommandExecutionResult executeNow(S system, BlocLines lines) throws NoSuchColorException - Throws:
NoSuchColorException
-
isCommandForbidden
protected boolean isCommandForbidden() -
finalVerification
-
getStartingPattern
-