Record Class McpEvidencePack
java.lang.Object
java.lang.Record
com.shaft.mcp.McpEvidencePack
- Record Components:
schemaVersion- manifest schema versionartifactPaths- local artifact pathsvalidationCommands- suggested validation commandswarnings- safe warnings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theartifactPathsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theschemaVersionrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalidationCommandsrecord component.warnings()Returns the value of thewarningsrecord component.
-
Constructor Details
-
McpEvidencePack
-
-
Method Details
-
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). -
schemaVersion
Returns the value of theschemaVersionrecord component.- Returns:
- the value of the
schemaVersionrecord component
-
artifactPaths
Returns the value of theartifactPathsrecord component.- Returns:
- the value of the
artifactPathsrecord component
-
validationCommands
Returns the value of thevalidationCommandsrecord component.- Returns:
- the value of the
validationCommandsrecord component
-
warnings
-