public class UrlPathHelper extends Object
| Constructor and Description |
|---|
UrlPathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static URL |
convertToUrl(String path)
Convert string path into URL class path.
|
static URL[] |
convertToUrl(String[] paths)
Convert string paths into URL class paths.
|
static String |
convertUrlString(String classpath)
Convert a string path to be used in URL class path entry.
|
public UrlPathHelper()
public static URL[] convertToUrl(String[] paths)
public static URL convertToUrl(String path)
public static String convertUrlString(String classpath)
Copyright © 2019. All rights reserved.