aQute.bnd.properties
Interface IDocument
- All Known Implementing Classes:
- Document
public interface IDocument
getNumberOfLines
int getNumberOfLines()
getLineInformation
IRegion getLineInformation(int lineNum)
throws BadLocationException
- Throws:
BadLocationException
get
String get()
get
String get(int offset,
int length)
throws BadLocationException
- Throws:
BadLocationException
getLineDelimiter
String getLineDelimiter(int line)
throws BadLocationException
- Throws:
BadLocationException
getLength
int getLength()
replace
void replace(int offset,
int length,
String data)
throws BadLocationException
- Throws:
BadLocationException
getChar
char getChar(int offset)
throws BadLocationException
- Throws:
BadLocationException
Copyright © 2014 aQute SARL. All rights reserved.