net.sourceforge.plantuml.classdiagram.command
Class CommandLinkClass

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<AbstractClassOrObjectDiagram>
      extended by net.sourceforge.plantuml.classdiagram.command.CommandLinkClass
All Implemented Interfaces:
Command

public final class CommandLinkClass
extends SingleLineCommand2<AbstractClassOrObjectDiagram>


Constructor Summary
CommandLinkClass(AbstractClassOrObjectDiagram diagram)
           
 
Method Summary
protected  CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getSystem, isCommandForbidden, isDeprecated, isDeprecated, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLinkClass

public CommandLinkClass(AbstractClassOrObjectDiagram diagram)
Method Detail

executeArg

protected CommandExecutionResult executeArg(Map<String,RegexPartialMatch> arg)
Specified by:
executeArg in class SingleLineCommand2<AbstractClassOrObjectDiagram>


Copyright © 2012. All Rights Reserved.