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