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) chargetChar(int pos) intgetLineDelimiter(int line) getLineInformation(int line) intvoidvoid
-
Field Details
-
DELIMITERS
-
-
Constructor Details
-
Document
-
-
Method Details
-
getNumberOfLines
public int getNumberOfLines()- Specified by:
getNumberOfLinesin interfaceIDocument
-
getLineInformation
- Specified by:
getLineInformationin interfaceIDocument- Throws:
BadLocationException
-
get
- Specified by:
getin interfaceIDocument- Throws:
BadLocationException
-
getLineDelimiter
- Specified by:
getLineDelimiterin interfaceIDocument- Throws:
BadLocationException
-
getLength
public int getLength() -
replace
- Specified by:
replacein interfaceIDocument- Throws:
BadLocationException
-
getChar
public char getChar(int pos) -
setText
-
get
-