Class PropertyFileSettingsProvider
java.lang.Object
com.cloudconvert.client.setttings.AbstractSettingsProvider
com.cloudconvert.client.setttings.PropertyFileSettingsProvider
- All Implemented Interfaces:
SettingsProvider
-
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 -
Method Summary
Methods inherited from class com.cloudconvert.client.setttings.AbstractSettingsProvider
getApiKey, getApiUrl, getSyncApiUrl, getWebhookSigningSecret
-
Constructor Details
-
PropertyFileSettingsProvider
- Throws:
IOException
-
PropertyFileSettingsProvider
public PropertyFileSettingsProvider(@Nullable @Nullable String propertiesFilePath) throws IOException - Throws:
IOException
-