aQute.lib.properties
Class PropertiesParser

java.lang.Object
  extended by aQute.lib.properties.PropertiesParser

public class PropertiesParser
extends Object

Parses properties files


Field Summary
static String $$$ERRORS
           
 
Constructor Summary
PropertiesParser()
           
 
Method Summary
static Properties parse(Reader reader, URI input)
           
static Properties parse(URI input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$$$ERRORS

public static final String $$$ERRORS
See Also:
Constant Field Values
Constructor Detail

PropertiesParser

public PropertiesParser()
Method Detail

parse

public static Properties parse(URI input)
                        throws Exception
Throws:
Exception

parse

public static Properties parse(Reader reader,
                               URI input)
                        throws Exception
Throws:
Exception


Copyright © 2014 aQute SARL. All rights reserved.