Factory.init
Signature
public void init(String installDir, boolean acceptInvalidSSLCerts)Description
Initializes the Data Access
API. You must call Factory.init before you call any
other method.
Parameters
installDir: Path to the AppScan® Source installation directory (see Default installation location).acceptInvalidSSLCerts: Set the boolean to true if you want to accept invalid SSL certificates (SSL certificates will not require validation).
Throws
OunceException,
if the initialization fails. Generally, this only occurs if you specify
the wrong directory.