Package net.sourceforge.plantuml.command
Class CommandMultilinesBracket<S extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilinesBracket<S>
- All Implemented Interfaces:
Command<S>
- Direct Known Subclasses:
CommandSkinParamMultilines
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
java.lang.String[]
protected final Pattern2
protected boolean
protected abstract boolean
isLineConsistent
(java.lang.String line, int level) final CommandControl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandMultilinesBracket
public CommandMultilinesBracket(java.lang.String patternStart)
-
-
Method Details
-
isCommandForbidden
protected boolean isCommandForbidden() -
getDescription
public java.lang.String[] getDescription()- Specified by:
getDescription
in interfaceCommand<S extends Diagram>
-
actionIfCommandValid
protected void actionIfCommandValid() -
getStartingPattern
-
isValid
-
isLineConsistent
protected abstract boolean isLineConsistent(java.lang.String line, int level)
-