net.sourceforge.plantuml.command
Class CommandMultilinesComment

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

public class CommandMultilinesComment
extends CommandMultilines<Diagram>


Constructor Summary
CommandMultilinesComment()
           
 
Method Summary
 CommandExecutionResult execute(Diagram 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

CommandMultilinesComment

public CommandMultilinesComment()
Method Detail

getPatternEnd

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

execute

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


Copyright © 2014. All Rights Reserved.