Class BundleUtils

java.lang.Object
com.atlassian.new_platform.BundleUtils

public class BundleUtils extends Object
  • Method Details

    • extractBundleInfo

      public static com.atlassian.new_platform.BundleInfo extractBundleInfo(Path path)
    • extractLibraryInfo

      public static com.atlassian.new_platform.BundleInfo extractLibraryInfo(Path path)
    • parseLibraries

      public static List<com.atlassian.new_platform.BundleInfo> parseLibraries(Path root) throws IOException
      Throws:
      IOException
    • parseBundles

      public static List<com.atlassian.new_platform.BundleInfo> parseBundles(Path root) throws IOException
      Throws:
      IOException
    • mapToBundleNames

      public static List<String> mapToBundleNames(List<com.atlassian.new_platform.BundleInfo> bundles)