net.sourceforge.plantuml.command
Class CommandMultilinesBracket<S extends PSystem>
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilinesBracket<S>
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- CommandSkinParamMultilines
public abstract class CommandMultilinesBracket<S extends PSystem>
- extends java.lang.Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.plantuml.command.Command |
execute |
CommandMultilinesBracket
public CommandMultilinesBracket(S system,
java.lang.String patternStart)
isCommandForbidden
protected boolean isCommandForbidden()
getDescription
public java.lang.String[] getDescription()
- Specified by:
getDescription
in interface Command
actionIfCommandValid
protected void actionIfCommandValid()
getSystem
protected S getSystem()
getStartingPattern
protected final java.util.regex.Pattern getStartingPattern()
isDeprecated
public boolean isDeprecated(java.util.List<java.lang.String> line)
- Specified by:
isDeprecated
in interface Command
getHelpMessageForDeprecated
public java.lang.String getHelpMessageForDeprecated(java.util.List<java.lang.String> lines)
- Specified by:
getHelpMessageForDeprecated
in interface Command
isValid
public final CommandControl isValid(java.util.List<java.lang.String> lines)
- Specified by:
isValid
in interface Command
isLineConsistent
protected abstract boolean isLineConsistent(java.lang.String line,
int level)
Copyright © 2012. All Rights Reserved.