Package aQute.bnd.properties
Class Line
java.lang.Object
aQute.bnd.properties.Line
- All Implemented Interfaces:
IRegion
Describes a line as a particular number of characters beginning at a
particular offset, consisting of a particular number of characters, and being
closed with a particular line delimiter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
public int offsetThe offset of the line -
length
public int lengthThe length of the line -
delimiter
The delimiter of this line
-
-
Constructor Details
-
Line
Creates a new Line.- Parameters:
offset
- the offset of the lineend
- the last including character offset of the linedelimiter
- the line's delimiter
-
Line
public Line(int offset, int length) Creates a new Line.- Parameters:
offset
- the offset of the linelength
- the length of the line
-
-
Method Details