public class ConfUtils extends Object
| Constructor and Description |
|---|
ConfUtils() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
getConfResource(String name) |
static URL |
getResource(String name) |
static File |
install(String source,
String name) |
static File |
install(URL resource,
String name) |
static File |
install(URL resource,
String name,
boolean overwrite) |
public static File install(String source, String name) throws IOException
IOExceptionpublic static File install(URL resource, String name) throws IOException
IOExceptionpublic static File install(URL resource, String name, boolean overwrite) throws IOException
IOExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.