Package-level declarations

Functions

Link copied to clipboard
fun asVersionCatalogImpl(library: ModuleDescriptor, versionRef: Boolean, owner: String?, includeOwner: Boolean = true, asModule: Boolean = false): String
Link copied to clipboard
fun bomMappingMd(inputDir: File, bomModule: ModuleDescriptor, modules: List<ModuleDescriptor>)
Link copied to clipboard
fun bomMd(inputDir: File, bomModule: ModuleDescriptor, modules: List<ModuleDescriptor>, includeOwner: Boolean, asModule: Boolean)
Link copied to clipboard
fun createBomGroupNotes(bundle: ModuleDescriptor, bundlesInfo: List<DependencyBundle>, dependencies: List<ModuleDescriptor>, inputDir: File, outputDir: File, fileName: String, includeOwner: Boolean, asModule: Boolean)
Link copied to clipboard
fun createBomNotes(module: ModuleDescriptor, modules: List<ModuleDescriptor>, inputDir: File, outputDir: File, includeOwner: Boolean, asModule: Boolean)
Link copied to clipboard
fun createModuleNotes(module: ModuleDescriptor, modules: List<ModuleDescriptor>, inputDir: File, outputDir: File, includeOwner: Boolean, asModule: Boolean, fileName: String, isBom: Boolean = false)
Link copied to clipboard
fun createReleaseNotes(bundle: ModuleDescriptor, bundleInfo: DependencyBundle, dependencies: List<ModuleDescriptor>, inputDir: File, outputDir: File, windsChangelogYml: File = File(bundle.windsChangelogYml), fileName: String, includeOwner: Boolean, asModule: Boolean)
Link copied to clipboard
fun formatDependency(dependency: String, path: Path, newlineSeparator: String): String