public class PropertyUtils extends Object
Constructor and Description |
---|
PropertyUtils() |
Modifier and Type | Method and Description |
---|---|
static Properties |
loadProperties(File file) |
static Properties |
loadProperties(InputStream is) |
static Properties |
loadProperties(URL url) |
public static Properties loadProperties(URL url)
public static Properties loadProperties(File file)
public static Properties loadProperties(InputStream is)
Copyright © 2001-2013 Codehaus. All Rights Reserved.