Package aQute.bnd.properties
Interface IDocument
- All Known Implementing Classes:
Document
public interface IDocument
-
Method Summary
Modifier and TypeMethodDescriptionget()
get
(int offset, int length) char
getChar
(int offset) int
getLineDelimiter
(int line) getLineInformation
(int lineNum) int
void
-
Method Details
-
getNumberOfLines
int getNumberOfLines() -
getLineInformation
- Throws:
BadLocationException
-
get
String get() -
get
- Throws:
BadLocationException
-
getLineDelimiter
- Throws:
BadLocationException
-
getLength
int getLength() -
replace
- Throws:
BadLocationException
-
getChar
- Throws:
BadLocationException
-