Package aQute.bnd.properties
Class Document
java.lang.Object
aQute.bnd.properties.Document
- All Implemented Interfaces:
IDocument
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
get
(int offset, int length) char
getChar
(int pos) int
getLineDelimiter
(int line) getLineInformation
(int line) int
void
void
-
Field Details
-
DELIMITERS
-
lineTracker
-
textStore
-
-
Constructor Details
-
Document
-
-
Method Details
-
getNumberOfLines
public int getNumberOfLines()- Specified by:
getNumberOfLines
in interfaceIDocument
-
getLineInformation
- Specified by:
getLineInformation
in interfaceIDocument
- Throws:
BadLocationException
-
get
- Specified by:
get
in interfaceIDocument
- Throws:
BadLocationException
-
getLineDelimiter
- Specified by:
getLineDelimiter
in interfaceIDocument
- Throws:
BadLocationException
-
getLength
public int getLength() -
replace
- Specified by:
replace
in interfaceIDocument
- Throws:
BadLocationException
-
getChar
public char getChar(int pos) -
setText
-
get
-