Record Class BuildListLog
java.lang.Object
java.lang.Record
br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps.BuildListLog
- All Implemented Interfaces:
TrustedListResponsibilityChain
public record BuildListLog(TrustedListContext context)
extends Record
implements TrustedListResponsibilityChain
-
Constructor Summary
ConstructorsConstructorDescriptionBuildListLog(TrustedListContext context) Creates an instance of aBuildListLogrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncontext()Returns the value of thecontextrecord component.final booleanIndicates whether some other object is "equal to" this one.voidexecute()final inthashCode()Returns a hash code value for this object.booleanhasNext()nextStep()final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BuildListLog
Creates an instance of aBuildListLogrecord class.- Parameters:
context- the value for thecontextrecord component
-
-
Method Details
-
execute
- Specified by:
executein interfaceTrustedListResponsibilityChain- Throws:
IOExceptionTrustedListException
-
nextStep
- Specified by:
nextStepin interfaceTrustedListResponsibilityChain
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceTrustedListResponsibilityChain
-
getTrustPointResult
- Specified by:
getTrustPointResultin interfaceTrustedListResponsibilityChain
-
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). -
context
Returns the value of thecontextrecord component.- Returns:
- the value of the
contextrecord component
-