net.sourceforge.plantuml.command
Class CommandMultilinesFooter

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines<UmlDiagram>
      extended by net.sourceforge.plantuml.command.CommandMultilinesFooter
All Implemented Interfaces:
Command<UmlDiagram>

public class CommandMultilinesFooter
extends CommandMultilines<UmlDiagram>


Constructor Summary
CommandMultilinesFooter()
           
 
Method Summary
 CommandExecutionResult execute(UmlDiagram diagram, List<String> lines)
           
 String getPatternEnd()
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandMultilinesFooter

public CommandMultilinesFooter()
Method Detail

getPatternEnd

public String getPatternEnd()
Specified by:
getPatternEnd in class CommandMultilines<UmlDiagram>

execute

public CommandExecutionResult execute(UmlDiagram diagram,
                                      List<String> lines)


Copyright © 2014. All Rights Reserved.