Uses of Record Class
network.ike.plugin.SnapshotScanner.Violation
Packages that use SnapshotScanner.Violation
-
Uses of SnapshotScanner.Violation in network.ike.plugin
Methods in network.ike.plugin that return types with arguments of type SnapshotScanner.ViolationModifier and TypeMethodDescriptionstatic List<SnapshotScanner.Violation> SnapshotScanner.scanForSnapshotVersions(List<File> pomFiles) Scan a list of POMs for any<version>...-SNAPSHOT</version>in the consumer-POM-relevant contexts:<parent>,<dependencies>,<dependencyManagement>,<build>/<plugins>,<build>/<pluginManagement>, and the same sections within every profile.static List<SnapshotScanner.Violation> SnapshotScanner.scanSourceProperties(File pomFile) Scan the<properties>sections of a POM (root plus any profile properties) for any value ending in-SNAPSHOT.Method parameters in network.ike.plugin with type arguments of type SnapshotScanner.ViolationModifier and TypeMethodDescriptionstatic StringSnapshotScanner.formatViolations(List<SnapshotScanner.Violation> violations, File gitRoot, String headline, String remedyHint) Format a list of violations as an aggregated multi-line message suitable forMojoExceptionor preflight output.