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()
           
 boolean isOk()
           
static CommandExecutionResult ok()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

ok

public static CommandExecutionResult ok()

error

public static CommandExecutionResult error(String error)

isOk

public boolean isOk()

getError

public String getError()


Copyright © 2011. All Rights Reserved.