org.codehaus.plexus.util
Class PropertyUtils

java.lang.Object
  extended by org.codehaus.plexus.util.PropertyUtils

public class PropertyUtils
extends java.lang.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 java.util.Properties loadProperties(java.io.File file)
           
static java.util.Properties loadProperties(java.io.InputStream is)
           
static java.util.Properties loadProperties(java.net.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 java.util.Properties loadProperties(java.net.URL url)

loadProperties

public static java.util.Properties loadProperties(java.io.File file)

loadProperties

public static java.util.Properties loadProperties(java.io.InputStream is)


Copyright © 2001-2007 Codehaus. All Rights Reserved.