Class PathHelper

java.lang.Object
com.xebialabs.deployit.repository.PathHelper

public class PathHelper extends Object
  • Constructor Details

    • PathHelper

      public PathHelper()
  • Method Details

    • getAbsolutePathFromId

      public static String getAbsolutePathFromId(String id)
    • getIdFromAbsolutePath

      public static String getIdFromAbsolutePath(String absPath)
    • buildId

      public static String buildId(com.xebialabs.deployit.plugin.api.udm.Metadata.ConfigurationItemRoot root, String... pathComponents)
    • buildId

      public static String buildId(String parentId, String... pathComponents)
    • getParentId

      public static String getParentId(String id)