Apache CXF API

org.apache.cxf.tools.util
Class PropertyUtil

java.lang.Object
  extended by org.apache.cxf.tools.util.PropertyUtil

public class PropertyUtil
extends Object


Constructor Summary
PropertyUtil()
           
 
Method Summary
 Map<String,String> getMaps()
           
 String getProperty(String key)
           
 void load(InputStream is)
           
 void load(InputStream is, String delim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyUtil

public PropertyUtil()
Method Detail

load

public void load(InputStream is,
                 String delim)
          throws IOException
Throws:
IOException

load

public void load(InputStream is)
          throws IOException
Throws:
IOException

getProperty

public String getProperty(String key)

getMaps

public Map<String,String> getMaps()

Apache CXF API

Apache CXF