net.sourceforge.plantuml.command
Class CommandMultilinesComment

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

public class CommandMultilinesComment
extends CommandMultilines<PSystem>


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

Constructor Detail

CommandMultilinesComment

public CommandMultilinesComment(PSystem diagram)
Method Detail

getPatternEnd

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

execute

public CommandExecutionResult execute(List<String> lines)


Copyright © 2012. All Rights Reserved.