Record Class McpShaftProjectGenerationResult
java.lang.Object
java.lang.Record
com.shaft.mcp.McpShaftProjectGenerationResult
- Record Components:
schemaVersion- result schema versionprojectDirectory- generated project directorypomPath- generated Maven POM pathrunner- selected test runnerplatform- selected starting platformtemplateProject- reused SHAFT example projectaddedModules- SHAFT modules added to the generated POMwarnings- non-fatal generation warnings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theaddedModulesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.platform()Returns the value of theplatformrecord component.pomPath()Returns the value of thepomPathrecord component.Returns the value of theprojectDirectoryrecord component.runner()Returns the value of therunnerrecord component.Returns the value of theschemaVersionrecord component.Returns the value of thetemplateProjectrecord 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
-
McpShaftProjectGenerationResult
-
-
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
-
projectDirectory
Returns the value of theprojectDirectoryrecord component.- Returns:
- the value of the
projectDirectoryrecord component
-
pomPath
-
runner
-
platform
-
templateProject
Returns the value of thetemplateProjectrecord component.- Returns:
- the value of the
templateProjectrecord component
-
addedModules
Returns the value of theaddedModulesrecord component.- Returns:
- the value of the
addedModulesrecord component
-
warnings
-