public interface TranslationCloudConfigUtil
| Modifier and Type | Method and Description |
|---|---|
Object |
getCloudConfigObjectFromPath(Class<?> cloudConfigClass,
String cloudConfigPath)
Deprecated.
since 6.4, use
getCloudConfigObjectFromPath(Resource, Class, String) instead |
Object |
getCloudConfigObjectFromPath(Resource resource,
Class<?> cloudConfigClass,
String cloudConfigPath)
Retrieve the context aware cloud configuration at
cloudConfigPath that has been applied on the resource |
String |
getCloudConfigPathAppliedOnResource(Resource resource,
Class<?> cloudConfigClass) |
String |
getCloudConfigPathAppliedOnResource(Resource resource,
String strCloudConfigResourceType) |
boolean |
isCloudConfigAppliedOnImmediateResource(Resource translationConfigResource,
String resourceType) |
String getCloudConfigPathAppliedOnResource(Resource resource, Class<?> cloudConfigClass)
String getCloudConfigPathAppliedOnResource(Resource resource, String strCloudConfigResourceType)
@Deprecated Object getCloudConfigObjectFromPath(Class<?> cloudConfigClass, String cloudConfigPath)
getCloudConfigObjectFromPath(Resource, Class, String) insteadObject getCloudConfigObjectFromPath(Resource resource, Class<?> cloudConfigClass, String cloudConfigPath)
cloudConfigPath that has been applied on the resourceresource - the resource on which the cloud config is appliedcloudConfigClass - the type of the cloud configcloudConfigPath - path of the cloud configCopyright © 2010 - 2020 Adobe. All Rights Reserved