Class RecorderFactory
java.lang.Object
ee.jakarta.tck.ws.rs.signaturetest.RecorderFactory
This class is a bit overloaded in that it serves as both a factory and entry point from Ant to handle signature recording.
The desired type
is provided using a system property with a key
of recorder.type
. Valid values for the
recorder.type
property are:
- apicheck
- sigtest
If the recorder.type
property is not set, this factory will
return a SignatureTestRecorder
using the SigTest framework.
-
Field Details
-
API_CHECK_RECORDER
- See Also:
-
SIG_TEST_RECORDER
- See Also:
-
-
Constructor Details
-
RecorderFactory
public RecorderFactory()
-
-
Method Details