Record Class VectorApiFifthIncubatorExamples.VectorWorkflowResult
java.lang.Object
java.lang.Record
net.jrodolfo.java_evolution.java20.vector_api.VectorApiFifthIncubatorExamples.VectorWorkflowResult
- Record Components:
sourceFile- generated source fileclassesDirectory- generated classes directorycompilation- childjavacresultinspection- childjavapresultexecution- childjavaresult
- Enclosing class:
VectorApiFifthIncubatorExamples
public static record VectorApiFifthIncubatorExamples.VectorWorkflowResult(Path sourceFile, Path classesDirectory, VectorApiFifthIncubatorExamples.CommandResult compilation, VectorApiFifthIncubatorExamples.CommandResult inspection, VectorApiFifthIncubatorExamples.CommandResult execution)
extends Record
Result from compiling, inspecting, and running the generated Vector API source.
-
Constructor Summary
ConstructorsConstructorDescriptionVectorWorkflowResult(Path sourceFile, Path classesDirectory, VectorApiFifthIncubatorExamples.CommandResult compilation, VectorApiFifthIncubatorExamples.CommandResult inspection, VectorApiFifthIncubatorExamples.CommandResult execution) Creates an instance of aVectorWorkflowResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclassesDirectoryrecord component.Returns the value of thecompilationrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theexecutionrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theinspectionrecord component.Returns the value of thesourceFilerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
VectorWorkflowResult
public VectorWorkflowResult(Path sourceFile, Path classesDirectory, VectorApiFifthIncubatorExamples.CommandResult compilation, VectorApiFifthIncubatorExamples.CommandResult inspection, VectorApiFifthIncubatorExamples.CommandResult execution) Creates an instance of aVectorWorkflowResultrecord class.- Parameters:
sourceFile- the value for thesourceFilerecord componentclassesDirectory- the value for theclassesDirectoryrecord componentcompilation- the value for thecompilationrecord componentinspection- the value for theinspectionrecord componentexecution- the value for theexecutionrecord component
-
-
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). -
sourceFile
Returns the value of thesourceFilerecord component.- Returns:
- the value of the
sourceFilerecord component
-
classesDirectory
Returns the value of theclassesDirectoryrecord component.- Returns:
- the value of the
classesDirectoryrecord component
-
compilation
Returns the value of thecompilationrecord component.- Returns:
- the value of the
compilationrecord component
-
inspection
Returns the value of theinspectionrecord component.- Returns:
- the value of the
inspectionrecord component
-
execution
-