Interface TranslationCloudConfigUtil
-
public interface TranslationCloudConfigUtil
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ObjectgetCloudConfigObjectFromPath(Class<?> cloudConfigClass, String cloudConfigPath)Deprecated.since 6.4, usegetCloudConfigObjectFromPath(Resource, Class, String)insteadObjectgetCloudConfigObjectFromPath(Resource resource, Class<?> cloudConfigClass, String cloudConfigPath)Retrieve the context aware cloud configuration atcloudConfigPaththat has been applied on theresourceStringgetCloudConfigPathAppliedOnResource(Resource resource, Class<?> cloudConfigClass)StringgetCloudConfigPathAppliedOnResource(Resource resource, String strCloudConfigResourceType)booleanisCloudConfigAppliedOnImmediateResource(Resource translationConfigResource, String resourceType)
-
-
-
Method Detail
-
getCloudConfigPathAppliedOnResource
String getCloudConfigPathAppliedOnResource(Resource resource, Class<?> cloudConfigClass)
-
getCloudConfigPathAppliedOnResource
String getCloudConfigPathAppliedOnResource(Resource resource, String strCloudConfigResourceType)
-
getCloudConfigObjectFromPath
@Deprecated Object getCloudConfigObjectFromPath(Class<?> cloudConfigClass, String cloudConfigPath)
Deprecated.since 6.4, usegetCloudConfigObjectFromPath(Resource, Class, String)instead
-
getCloudConfigObjectFromPath
Object getCloudConfigObjectFromPath(Resource resource, Class<?> cloudConfigClass, String cloudConfigPath)
Retrieve the context aware cloud configuration atcloudConfigPaththat has been applied on theresource- Parameters:
resource- the resource on which the cloud config is appliedcloudConfigClass- the type of the cloud configcloudConfigPath- path of the cloud config- Returns:
-
-