Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters
Class CommandTestResult

java.lang.Object
  extended by org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.CommandTestResult
All Implemented Interfaces:
Serializable

public class CommandTestResult
extends Object
implements Serializable

Wraps result for a CommandTest execution.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
CommandTestResult()
           
CommandTestResult(String error)
           
 
Method Summary
 String getErrorMessage()
           
 boolean succeed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandTestResult

public CommandTestResult()

CommandTestResult

public CommandTestResult(String error)
Method Detail

succeed

public boolean succeed()

getErrorMessage

public String getErrorMessage()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.