org.codehaus.plexus.util
Class PropertyUtils

java.lang.Object
  extended byorg.codehaus.plexus.util.PropertyUtils

public class PropertyUtils
extends Object

Version:
$Id: PropertyUtils.java 5958 2007-02-28 10:29:55Z olamy $
Author:
Jason van Zyl, Michal Maczka

Constructor Summary
PropertyUtils()
           
 
Method Summary
static Properties loadProperties(File file)
           
static Properties loadProperties(InputStream is)
           
static Properties loadProperties(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyUtils

public PropertyUtils()
Method Detail

loadProperties

public static Properties loadProperties(URL url)

loadProperties

public static Properties loadProperties(File file)

loadProperties

public static Properties loadProperties(InputStream is)


Copyright © 2001-2008 Codehaus. All Rights Reserved.