Class PropertyOverrideUtil

java.lang.Object
com.sidneysimmons.kimber.util.PropertyOverrideUtil

public class PropertyOverrideUtil extends Object
Service class for working with this project's property overrides.
  • Method Details

    • getOverridesDirectoryPath

      public static String getOverridesDirectoryPath(String fullHierarchyProjectPath)
      Get the property overrides directory path for the given project.
      Parameters:
      fullHierarchyProjectPath - the full hierarchy project path
      Returns:
      the property overrides directory path
    • getHelmGlobalFile

      public static File getHelmGlobalFile()
      Get the helm global file. Example: "~/.kimber/helm-global.yaml"
      Returns:
      the helm global file
    • getHelmProjectFile

      public static File getHelmProjectFile(String fullHierarchyProjectPath)
      Get the helm project file. Example: "~/.kimber/my-project/my-sub-project/helm-project.yaml"
      Parameters:
      fullHierarchyProjectPath - the full hierarchy project path
      Returns:
      the helm project file