net.sourceforge.plantuml.componentdiagram.command
Class CommandCreateActorInComponent

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand<ComponentDiagram>
      extended by net.sourceforge.plantuml.componentdiagram.command.CommandCreateActorInComponent
All Implemented Interfaces:
Command

public class CommandCreateActorInComponent
extends SingleLineCommand<ComponentDiagram>


Constructor Summary
CommandCreateActorInComponent(ComponentDiagram diagram)
           
 
Method Summary
protected  CommandExecutionResult executeArg(List<String> arg)
           
protected  boolean isForbidden(String line)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getSplit, getSystem, isCommandForbidden, isDeprecated, isDeprecated, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandCreateActorInComponent

public CommandCreateActorInComponent(ComponentDiagram diagram)
Method Detail

isForbidden

protected boolean isForbidden(String line)
Overrides:
isForbidden in class SingleLineCommand<ComponentDiagram>

executeArg

protected CommandExecutionResult executeArg(List<String> arg)
Specified by:
executeArg in class SingleLineCommand<ComponentDiagram>


Copyright © 2012. All Rights Reserved.