aQute.bnd.properties
Class PropertiesLineReader

java.lang.Object
  extended by aQute.bnd.properties.PropertiesLineReader

public class PropertiesLineReader
extends Object


Constructor Summary
PropertiesLineReader(IDocument document)
           
PropertiesLineReader(String data)
           
 
Method Summary
 String key()
           
 LineType next()
           
 IRegion region()
           
 String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesLineReader

public PropertiesLineReader(IDocument document)

PropertiesLineReader

public PropertiesLineReader(String data)
Method Detail

next

public LineType next()
              throws Exception
Throws:
Exception

region

public IRegion region()

key

public String key()

value

public String value()


Copyright © 2014 aQute SARL. All rights reserved.