Package net.sourceforge.plantuml.command
Class CommandMultilines<S extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines<S>
- All Implemented Interfaces:
Command<S>
- Direct Known Subclasses:
CommandMultilinesCaption
,CommandMultilinesComment
,CommandMultilinesFooter
,CommandMultilinesHeader
,CommandMultilinesTitle
,CommandReferenceMultilinesOverSeveral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandControl
String[]
abstract String
protected final Pattern2
protected boolean
boolean
isEligibleFor
(ParserPass pass) final CommandControl
-
Constructor Details
-
CommandMultilines
-
-
Method Details
-
getPatternEnd
-
getDescription
- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
isValid
-
isCommandForbidden
protected boolean isCommandForbidden() -
finalVerification
-
getStartingPattern
-
isEligibleFor
- Specified by:
isEligibleFor
in interfaceCommand<S extends Diagram>
-