org.codehaus.plexus.util
Class PropertyUtils

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

public class PropertyUtils
extends Object

Version:
$Id: PropertyUtils.java 8010 2009-01-07 12:59:50Z vsiveton $
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-2009 Codehaus. All Rights Reserved.