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(@Nonnull URL url)
public static Properties loadProperties(@Nonnull File file)
public static Properties loadProperties(@Nullable InputStream is)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.