org.codehaus.plexus.util
Class PropertyUtils

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

public class PropertyUtils
extends Object

Version:
$Id$
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 © 2008-2011. All Rights Reserved.