|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Trace
Trace is an interface implemented by various trace objects: rules, filters, etc
Method Summary | |
---|---|
java.lang.String |
getDesc()
Returns the text description of the current trace record |
boolean |
getResult()
Returns the top-level result of the trace |
boolean |
hasNext()
Returns whether there are more trace records |
boolean |
isValidation()
Is the trace a validation or execution trace? |
void |
next()
Advances the record pointer in the trace |
void |
rewind()
Prepares the trace for reading |
void |
setDesc(java.lang.String desc)
Sets the current record description |
void |
setResult(boolean result)
Sets the top-level trace result |
Method Detail |
---|
void rewind()
boolean hasNext()
void next()
boolean isValidation()
boolean getResult()
void setResult(boolean result)
result
- the trace resultjava.lang.String getDesc()
void setDesc(java.lang.String desc)
desc
- the current description to write
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |