net.sourceforge.plantuml.command
Class CommandExecutionResult

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandExecutionResult

public class CommandExecutionResult
extends Object


Method Summary
static CommandExecutionResult error(String error)
           
 String getError()
           
 AbstractPSystem getNewDiagram()
           
 boolean isOk()
           
static CommandExecutionResult newDiagram(AbstractPSystem result)
           
static CommandExecutionResult ok()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

newDiagram

public static CommandExecutionResult newDiagram(AbstractPSystem result)

ok

public static CommandExecutionResult ok()

error

public static CommandExecutionResult error(String error)

isOk

public boolean isOk()

getError

public String getError()

getNewDiagram

public AbstractPSystem getNewDiagram()


Copyright © 2014. All Rights Reserved.