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
IOException
public static Properties loadProperties(File file) throws IOException
IOException
public static Properties loadProperties(InputStream is) throws IOException
IOException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.