Package aQute.bnd.properties
Class Line
- java.lang.Object
-
- aQute.bnd.properties.Line
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()intgetOffset()
-
-
-
Constructor Detail
-
Line
public Line(int offset, int end, java.lang.String delimiter)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
-
-