Package com.xmlcalabash.util
Class AssertionsMonitor
-
- All Implemented Interfaces:
-
com.xmlcalabash.api.Monitor
public final class AssertionsMonitor implements Monitor
-
-
Constructor Summary
Constructors Constructor Description AssertionsMonitor()
-
Method Summary
Modifier and Type Method Description Unit
startStep(AbstractStep step)
Unit
endStep(AbstractStep step)
Unit
abortStep(AbstractStep step, Exception ex)
XProcDocument
sendDocument(Pair<AbstractStep, String> from, Pair<Consumer, String> to, XProcDocument document)
-
-
Method Detail
-
startStep
Unit startStep(AbstractStep step)
-
endStep
Unit endStep(AbstractStep step)
-
abortStep
Unit abortStep(AbstractStep step, Exception ex)
-
sendDocument
XProcDocument sendDocument(Pair<AbstractStep, String> from, Pair<Consumer, String> to, XProcDocument document)
-
-
-
-