Interface TranslationCloudConfigUtil


  • public interface TranslationCloudConfigUtil
    • Method Detail

      • getCloudConfigPathAppliedOnResource

        java.lang.String getCloudConfigPathAppliedOnResource​(Resource resource,
                                                             java.lang.Class<?> cloudConfigClass)
      • getCloudConfigPathAppliedOnResource

        java.lang.String getCloudConfigPathAppliedOnResource​(Resource resource,
                                                             java.lang.String strCloudConfigResourceType)
      • getCloudConfigObjectFromPath

        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
        Parameters:
        resource - the resource on which the cloud config is applied
        cloudConfigClass - the type of the cloud config
        cloudConfigPath - path of the cloud config
        Returns:
      • isCloudConfigAppliedOnImmediateResource

        boolean isCloudConfigAppliedOnImmediateResource​(Resource translationConfigResource,
                                                        java.lang.String resourceType)