|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iscreen.ValidationTrace
public class ValidationTrace
Instances of this class provide tracing through ValidationService to ValidationService to Validator, etc. Provided as part of a failure, these instances provide full traceability through the validation engine, giving unique representations of that trace.
| Constructor Summary | |
|---|---|
ValidationTrace()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addFieldEntry(java.lang.String entry)
|
void |
addServiceEntry(java.lang.String entry)
|
java.lang.String |
getFieldTrace()
Retrieves the trace for fields. |
java.lang.String |
getServiceTrace()
Retrieves the trace for the services/validators. |
ValidationTrace |
getSnapshot()
|
void |
popEntry()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationTrace()
| Method Detail |
|---|
public void addServiceEntry(java.lang.String entry)
public void addFieldEntry(java.lang.String entry)
public void popEntry()
public ValidationTrace getSnapshot()
public java.lang.String getFieldTrace()
public java.lang.String getServiceTrace()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||