Record Class SnapshotScanner.Violation
java.lang.Object
java.lang.Record
network.ike.plugin.SnapshotScanner.Violation
- Record Components:
pomFile- the POM file containing the referencelocation- descriptor of the element location (e.g."properties/ike-tooling.version"or"pluginManagement/plugin[ike-maven-plugin]")value- the SNAPSHOT-ending value found
- Enclosing class:
SnapshotScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.location()Returns the value of thelocationrecord component.pomFile()Returns the value of thepomFilerecord component.Format this violation as a single indented bullet for an aggregated error message.final StringtoString()Returns a string representation of this record class.value()Returns the value of thevaluerecord component.
-
Constructor Details
-
Violation
-
-
Method Details
-
toBullet
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
pomFile
-
location
-
value
-