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:
- CommandMultilinesComment, CommandMultilinesFooter, CommandMultilinesHeader, CommandMultilinesTitle, CommandReferenceMultilinesOverSeveral
public abstract class CommandMultilines<S extends Diagram>
- extends Object
- implements Command<S>
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 |
CommandMultilines
public CommandMultilines(String patternStart)
getPatternEnd
public abstract String getPatternEnd()
getDescription
public String[] getDescription()
- Specified by:
getDescription
in interface Command<S extends Diagram>
isValid
public final CommandControl isValid(List<String> lines)
- Specified by:
isValid
in interface Command<S extends Diagram>
isCommandForbidden
protected boolean isCommandForbidden()
actionIfCommandValid
protected void actionIfCommandValid()
getStartingPattern
protected final Pattern getStartingPattern()
Copyright © 2013. All Rights Reserved.