Record Class PacketAssembler.TopicEntry
java.lang.Object
java.lang.Record
network.ike.docs.plugin.diff.PacketAssembler.TopicEntry
- Record Components:
change- the underlying file changeoutName- the flattened file name of the marked copy under_diff/result- the marker's output for this topic
- Enclosing class:
PacketAssembler
public static record PacketAssembler.TopicEntry(GitSource.Change change, String outName, AdocDiffMarker.MarkResult result)
extends Record
One marked topic destined for the packet.
-
Constructor Summary
ConstructorsConstructorDescriptionTopicEntry(GitSource.Change change, String outName, AdocDiffMarker.MarkResult result) Creates an instance of aTopicEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionchange()Returns the value of thechangerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.outName()Returns the value of theoutNamerecord component.result()Returns the value of theresultrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
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). -
change
-
outName
-
result
-