Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable

public class CommandTestResult
extends java.lang.Object
implements java.io.Serializable

Wraps result for a CommandTest execution.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
CommandTestResult()
           
CommandTestResult(java.lang.String error)
           
 
Method Summary
 java.lang.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(java.lang.String error)
Method Detail

succeed

public boolean succeed()

getErrorMessage

public java.lang.String getErrorMessage()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.