net.sourceforge.plantuml.descdiagram.command
Class CommandCreateElementFull

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
      extended by net.sourceforge.plantuml.descdiagram.command.CommandCreateElementFull
All Implemented Interfaces:
Command

public class CommandCreateElementFull
extends SingleLineCommand2<DescriptionDiagram>


Constructor Summary
CommandCreateElementFull(DescriptionDiagram system)
           
 
Method Summary
protected  CommandExecutionResult executeArg(RegexResult arg)
           
protected  boolean isForbidden(String line)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, 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

CommandCreateElementFull

public CommandCreateElementFull(DescriptionDiagram system)
Method Detail

isForbidden

protected final boolean isForbidden(String line)
Overrides:
isForbidden in class SingleLineCommand2<DescriptionDiagram>

executeArg

protected CommandExecutionResult executeArg(RegexResult arg)
Specified by:
executeArg in class SingleLineCommand2<DescriptionDiagram>


Copyright © 2013. All Rights Reserved.