public class ResourcePathUtils extends Object
| Constructor and Description |
|---|
ResourcePathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAbsolute(String includePath) |
static String |
toAbsoluteLocation(String basePath,
String relativePath)
Returns the absolute resource location using the basePath
basePath and relativePath must have forward slashes(/) as path separators.
|
public static String toAbsoluteLocation(String basePath, String relativePath)
basePath - The base path of the relative pathrelativePath - the relative pathpublic static boolean isAbsolute(String includePath)
Copyright © 2017. All rights reserved.