public class ConfigUtil extends Object
| Constructor and Description |
|---|
ConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
resolvePath(String baseDirectory,
String path)
Given a relative path, this method will resolve the path relative to the supplied directory.
|
public static String resolvePath(String baseDirectory, String path)
baseDirectory - the base directory for relative pathspath - the path to be resolved if it is relativeCopyright © 2012. All Rights Reserved.