Uses of Class
com.atlassian.new_platform.BundleInfo
Packages that use BundleInfo
-
Uses of BundleInfo in com.atlassian.new_platform
Methods in com.atlassian.new_platform that return BundleInfoModifier and TypeMethodDescriptionstatic BundleInfoBundleUtils.extractBundleInfo(Path path) static BundleInfoBundleUtils.extractLibraryInfo(Path path) Methods in com.atlassian.new_platform that return types with arguments of type BundleInfoModifier and TypeMethodDescriptionBundleDependencies.findDuplicatedExports()Finds all the exported packages provided by more than single bundle; Atlassian ecosystem implicitly assumes there is only single source of dependencies (so nobody bothered with proper dependency versioning in OSGi...).static List<BundleInfo> BundleUtils.parseBundles(Path root) static List<BundleInfo> BundleUtils.parseLibraries(Path root) Method parameters in com.atlassian.new_platform with type arguments of type BundleInfoConstructor parameters in com.atlassian.new_platform with type arguments of type BundleInfoModifierConstructorDescriptionBundleDependencies(List<BundleInfo> exports, List<BundleInfo> imports)