Record Class ManifestWriter.SubprojectBlockBounds
java.lang.Object
java.lang.Record
network.ike.workspace.ManifestWriter.SubprojectBlockBounds
- Record Components:
start- inclusive start offset (first byte of body)end- exclusive end offset (first byte of next sibling subproject, next top-level key, or end of file)
- Enclosing class:
ManifestWriter
Half-open character offsets of a subproject's body in the YAML
text.
start is the position immediately after the
" <name>:" header line's newline, so
yaml.substring(start, end) contains only the field
lines under the subproject.-
Constructor Summary
ConstructorsConstructorDescriptionSubprojectBlockBounds(int start, int end) Creates an instance of aSubprojectBlockBoundsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintend()Returns the value of theendrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intstart()Returns the value of thestartrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SubprojectBlockBounds
-
-
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 with thecomparemethod from their corresponding wrapper classes. -
start
-
end
-