Package io.clonecloudstore.driver.api
Interface DriverApiFactory
- All Known Implementing Classes:
DriverAzureApiFactory
,DriverGoogleApiFactory
,DriverS3ApiFactory
,FakeDriverFactory
public interface DriverApiFactory
Driver Java API Factory. Factory will be build using the real Class name.
-
Method Summary
-
Method Details
-
getInstance
- Returns:
- the unique DriverApi associated with this Factory
- Throws:
DriverRuntimeException
- if the client initialisation is in error
-