public class ResultLog extends java.lang.Object implements java.lang.Iterable<ResultLog.Entry>
Modifier and Type | Class and Description |
---|---|
static class |
ResultLog.Entry
An entry in this log
|
Constructor and Description |
---|
ResultLog()
Build a log.
|
ResultLog(ResultLog log)
Create a copy of the result log
|
Modifier and Type | Method and Description |
---|---|
ResultLog |
add(ResultLog.Entry e)
Add an entry to this log.
|
Result.Status |
getAggregateStatus()
Return our aggregate status, i.e.
|
java.util.Iterator<ResultLog.Entry> |
iterator()
Return an Iterator on our entries
|
java.lang.String |
toString() |
public ResultLog()
public ResultLog(ResultLog log)
public ResultLog add(ResultLog.Entry e)
public java.util.Iterator<ResultLog.Entry> iterator()
iterator
in interface java.lang.Iterable<ResultLog.Entry>
public Result.Status getAggregateStatus()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved