Record Class AppletApiRemovalExamples.CompilationResult
java.lang.Object
java.lang.Record
net.jrodolfo.java_evolution.java26.applet_api_removal.AppletApiRemovalExamples.CompilationResult
- Record Components:
sourceFile- generated source fileexitCode- childjavacexit codeoutput- merged standard output and standard error
- Enclosing class:
AppletApiRemovalExamples
-
Constructor Summary
ConstructorsConstructorDescriptionCompilationResult(Path sourceFile, int exitCode, String output) Creates an instance of aCompilationResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.intexitCode()Returns the value of theexitCoderecord component.final inthashCode()Returns a hash code value for this object.output()Returns the value of theoutputrecord component.Returns the value of thesourceFilerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CompilationResult
Creates an instance of aCompilationResultrecord class.- Parameters:
sourceFile- the value for thesourceFilerecord componentexitCode- the value for theexitCoderecord componentoutput- the value for theoutputrecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
sourceFile
Returns the value of thesourceFilerecord component.- Returns:
- the value of the
sourceFilerecord component
-
exitCode
-
output
-