public class Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DELIMS |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static List<URL> |
fileNamesAsURLs(String val,
String delims)
Treating the string as a separated list of filenames,
convert and return the list of urls.
|
static String |
resolvePropertyValue(String value)
recursively substitute the ${sysprop} by their actual system property.
|
static void |
setProperty(Dictionary<String,String> properties,
String key,
String value) |
public static final String DEFAULT_DELIMS
public static List<URL> fileNamesAsURLs(String val, String delims) throws Exception
val - the separated listdelims - the separators (default is ,;)MalformedURLExceptionExceptionpublic static void setProperty(Dictionary<String,String> properties, String key, String value)
public static String resolvePropertyValue(String value)
value - Copyright © 1995-2015 Webtide. All Rights Reserved.