public class PathUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
URL_DIRNAME_REGEXP |
static String |
URL_PARSER_REGEXP |
| Constructor and Description |
|---|
PathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
parseURI(String uriString) |
static String |
prepareWinPathForUri(String path) |
static String |
resolvePath(String path) |
static String |
resolveUrl(String relativeUrl,
String baseUrl) |
public static final String URL_DIRNAME_REGEXP
public static final String URL_PARSER_REGEXP
Copyright © 2017. All rights reserved.