Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.picture.magick
Class ExecResult

java.lang.Object
  extended by org.nuxeo.ecm.platform.picture.magick.ExecResult

public class ExecResult
extends Object

Wraps the exec result of an ImageMagick command line.

Author:
tiry

Constructor Summary
ExecResult(List<String> output, long execTime)
           
 
Method Summary
 long getExecTime()
           
 List<String> getOutput()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecResult

public ExecResult(List<String> output,
                  long execTime)
Method Detail

getOutput

public List<String> getOutput()

getExecTime

public long getExecTime()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.