Module org.apache.openmeetings.util
Class ProcessResultList
java.lang.Object
org.apache.openmeetings.util.process.ProcessResultList
Collects all results of conversion jobs
- Author:
- sebawagner
-
Constructor Details
-
ProcessResultList
public ProcessResultList()
-
-
Method Details
-
add
-
getLast
-
hasError
public boolean hasError()checks if process was successful- Returns:
- true if there was an job with exitValue "-1"
-
getLogMessage
converts all job results into a human readable format- Returns:
- - string representation of the job
-
size
public int size() -
getJobs
-