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.
|
Copyright © 2016. All rights reserved.