aQute.bnd.properties
Interface IDocument

All Known Implementing Classes:
Document

public interface IDocument


Method Summary
 String get()
           
 String get(int offset, int length)
           
 char getChar(int offset)
           
 int getLength()
           
 String getLineDelimiter(int line)
           
 IRegion getLineInformation(int lineNum)
           
 int getNumberOfLines()
           
 void replace(int offset, int length, String data)
           
 

Method Detail

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.