org.apache.maven.shared.utils
Class PropertyUtils

java.lang.Object
  extended by org.apache.maven.shared.utils.PropertyUtils

public class PropertyUtils
extends Object


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(@Nonnull
                                        URL url)

loadProperties

public static Properties loadProperties(@Nonnull
                                        File file)

loadProperties

public static Properties loadProperties(@Nullable
                                        InputStream is)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.