Class PropertyFileSettingsProvider
java.lang.Object
com.cloudconvert.client.setttings.AbstractSettingsProvider
com.cloudconvert.client.setttings.PropertyFileSettingsProvider
- All Implemented Interfaces:
SettingsProvider
public class PropertyFileSettingsProvider extends AbstractSettingsProvider
-
Field Summary
Fields inherited from class com.cloudconvert.client.setttings.AbstractSettingsProvider
API_KEY, API_SYNC_URL_LIVE, API_SYNC_URL_SANDBOX, API_URL_LIVE, API_URL_SANDBOX, USE_SANDBOX, WEBHOOK_SIGNING_SECRET -
Constructor Summary
Constructors Constructor Description PropertyFileSettingsProvider()PropertyFileSettingsProvider(@Nullable java.lang.String propertiesFilePath) -
Method Summary
Methods inherited from class com.cloudconvert.client.setttings.AbstractSettingsProvider
getApiKey, getApiUrl, getSyncApiUrl, getWebhookSigningSecretMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PropertyFileSettingsProvider
public PropertyFileSettingsProvider() throws java.io.IOException- Throws:
java.io.IOException
-
PropertyFileSettingsProvider
public PropertyFileSettingsProvider(@Nullable @Nullable java.lang.String propertiesFilePath) throws java.io.IOException- Throws:
java.io.IOException
-