public class FastPathResolver extends Object
Constructor and Description |
---|
FastPathResolver() |
Modifier and Type | Method and Description |
---|---|
static String |
resolve(String pathStr)
Strip away any "jar:" prefix from a filename URI, and convert it to a file path, handling possibly-broken
mixes of filesystem and URI conventions.
|
static String |
resolve(String resolveBasePath,
String relativePathStr)
Strip away any "jar:" prefix from a filename URI, and convert it to a file path, handling possibly-broken
mixes of filesystem and URI conventions; resolve relative paths relative to resolveBasePath.
|
public static String resolve(String resolveBasePath, String relativePathStr)
Copyright © 2016. All rights reserved.