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 CommandControlString[]protected final Pattern2protected booleanprotected abstract booleanisLineConsistent(String line, int level) final CommandControlMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Command
execute, isEligibleFor
-
Constructor Details
-
CommandMultilinesBracket
-
-
Method Details
-
isCommandForbidden
protected boolean isCommandForbidden() -
getDescription
- Specified by:
getDescriptionin interfaceCommand<S extends Diagram>
-
finalVerification
-
getStartingPattern
-
isValid
-
isLineConsistent
-