Package aQute.bnd.properties
Class PropertiesLineReader
- java.lang.Object
-
- aQute.bnd.properties.PropertiesLineReader
-
public class PropertiesLineReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesLineReader(IDocument document)
PropertiesLineReader(java.lang.String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private char[]
grabLine(boolean continued)
java.lang.String
key()
LineType
next()
IRegion
region()
java.lang.String
value()
-
-
-
Constructor Detail
-
PropertiesLineReader
public PropertiesLineReader(IDocument document)
-
PropertiesLineReader
public PropertiesLineReader(java.lang.String data)
-
-
Method Detail
-
next
public LineType next() throws java.lang.Exception
- Throws:
java.lang.Exception
-
grabLine
private char[] grabLine(boolean continued) throws BadLocationException
- Throws:
BadLocationException
-
region
public IRegion region()
-
key
public java.lang.String key()
-
value
public java.lang.String value()
-
-