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) throws IOException
IOExceptionpublic static Properties loadProperties(File file) throws IOException
IOExceptionpublic static Properties loadProperties(InputStream is) throws IOException
IOExceptionCopyright © 2001–2017 Codehaus Plexus. All rights reserved.