Record Class McpShaftProjectInitAgentsResult
java.lang.Object
java.lang.Record
com.shaft.mcp.McpShaftProjectInitAgentsResult
- Record Components:
schemaVersion- result schema versiontargetDirectory- repo directory the agent definitions were scaffolded intoloop- coding-agent loop the definitions were generated forgeneratedFiles- files written or overwritten by this callwarnings- non-fatal warnings, including files skipped because they already existed
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thegeneratedFilesrecord component.final inthashCode()Returns a hash code value for this object.loop()Returns the value of thelooprecord component.Returns the value of theschemaVersionrecord component.Returns the value of thetargetDirectoryrecord component.final StringtoString()Returns a string representation of this record class.warnings()Returns the value of thewarningsrecord component.
-
Field Details
-
CURRENT_SCHEMA_VERSION
-
-
Constructor Details
-
McpShaftProjectInitAgentsResult
-
-
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
-
targetDirectory
Returns the value of thetargetDirectoryrecord component.- Returns:
- the value of the
targetDirectoryrecord component
-
loop
-
generatedFiles
Returns the value of thegeneratedFilesrecord component.- Returns:
- the value of the
generatedFilesrecord component
-
warnings
-