Class ConfigurationUtils
java.lang.Object
com.adobe.acs.commons.contentsync.ConfigurationUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.sling.api.resource.ResourcegetHostsResource(org.apache.sling.api.resource.ResourceResolver resourceResolver) static org.apache.sling.api.resource.ResourcegetSettingsResource(org.apache.sling.api.resource.ResourceResolver resourceResolver) static voidpersistAuditLog(org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, long count, String data)
-
Field Details
-
CONFIG_PATH
- See Also:
-
SETTINGS_PATH
- See Also:
-
HOSTS_PATH
- See Also:
-
UPDATE_STRATEGY_KEY
- See Also:
-
EVENT_USER_DATA_KEY
- See Also:
-
SO_TIMEOUT_STRATEGY_KEY
- See Also:
-
CONNECT_TIMEOUT_KEY
- See Also:
-
DISABLE_CERT_CHECK_KEY
- See Also:
-
-
Method Details
-
getSettingsResource
public static org.apache.sling.api.resource.Resource getSettingsResource(org.apache.sling.api.resource.ResourceResolver resourceResolver) throws org.apache.sling.api.resource.PersistenceException - Throws:
org.apache.sling.api.resource.PersistenceException
-
getHostsResource
public static org.apache.sling.api.resource.Resource getHostsResource(org.apache.sling.api.resource.ResourceResolver resourceResolver) throws org.apache.sling.api.resource.PersistenceException - Throws:
org.apache.sling.api.resource.PersistenceException
-
persistAuditLog
public static void persistAuditLog(org.apache.sling.api.resource.ResourceResolver resourceResolver, String path, long count, String data) throws org.apache.sling.api.resource.PersistenceException - Throws:
org.apache.sling.api.resource.PersistenceException
-