Uses of Record Class
network.ike.workspace.PublishedArtifactSet.Artifact
Packages that use PublishedArtifactSet.Artifact
-
Uses of PublishedArtifactSet.Artifact in network.ike.workspace
Methods in network.ike.workspace that return types with arguments of type PublishedArtifactSet.ArtifactModifier and TypeMethodDescriptionstatic Set<PublishedArtifactSet.Artifact> BomAnalysis.extractManagedArtifacts(Path bomPom) Extract the set of artifact coordinates managed by a BOM POM's<dependencyManagement>section.static Set<PublishedArtifactSet.Artifact> Scan a subproject root and return the complete set of published artifacts (groupId:artifactId pairs).Method parameters in network.ike.workspace with type arguments of type PublishedArtifactSet.ArtifactModifier and TypeMethodDescriptionstatic List<BomAnalysis.CascadeIssue> BomAnalysis.analyzeCascadeIssues(Path wsDir, Manifest manifest, Map<String, Set<PublishedArtifactSet.Artifact>> workspaceArtifacts) Analyze cascade issues for all subprojects in the workspace.static List<BomAnalysis.BomImport> BomAnalysis.extractBomImports(Path pomFile, Map<String, Set<PublishedArtifactSet.Artifact>> workspaceArtifacts) Extract all BOM imports from a subproject's root POM's<dependencyManagement>section.static booleanPublishedArtifactSet.matches(Set<PublishedArtifactSet.Artifact> artifacts, String groupId, String artifactId) Check whether a groupId:artifactId pair is in the published set.