Package aQute.bnd.properties
Interface IDocument
- All Known Implementing Classes:
Document
public interface IDocument
-
Method Summary
Modifier and TypeMethodDescriptionget()get(int offset, int length) chargetChar(int offset) intgetLineDelimiter(int line) getLineInformation(int lineNum) intvoid
-
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
-