net.sourceforge.plantuml.command
Class CommandMultilinesStandaloneNote

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

public class CommandMultilinesStandaloneNote
extends CommandMultilines<AbstractEntityDiagram>


Constructor Summary
CommandMultilinesStandaloneNote(AbstractEntityDiagram system)
           
 
Method Summary
 CommandExecutionResult execute(List<String> lines)
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getEnding, 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

CommandMultilinesStandaloneNote

public CommandMultilinesStandaloneNote(AbstractEntityDiagram system)
Method Detail

execute

public CommandExecutionResult execute(List<String> lines)


Copyright © 2011. All Rights Reserved.