Class SignatureTestDriverFactory
java.lang.Object
com.sun.ts.tests.el.signaturetest.SignatureTestDriverFactory
Factory to obtain SignatureTestDriver implementations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SignatureTestDriver
getInstance
(String type) Obtain aSignatureTestDriver
instance based on thetype
argument.
-
Field Details
-
SIG_TEST
Identifier for the driver that uses the Signature Test framwork for signature validation.
- See Also:
-
-
Method Details
-
getInstance
Obtain a
SignatureTestDriver
instance based on thetype
argument.- Parameters:
type
- the driver type to create- Returns:
- a
SignatureTestDriver
implementation
-