Package com.atlassian.new_platform
Class BundleUtils
java.lang.Object
com.atlassian.new_platform.BundleUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.atlassian.new_platform.BundleInfoextractBundleInfo(Path path) static com.atlassian.new_platform.BundleInfoextractLibraryInfo(Path path) mapToBundleNames(List<com.atlassian.new_platform.BundleInfo> bundles) static List<com.atlassian.new_platform.BundleInfo>parseBundles(Path root) static List<com.atlassian.new_platform.BundleInfo>parseLibraries(Path root)
-
Method Details
-
extractBundleInfo
-
extractLibraryInfo
-
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
-