public interface PathResolver
| Modifier and Type | Interface and Description |
|---|---|
static class |
PathResolver.UnresolvedPathException
Defines the unresolved path exception.
|
| Modifier and Type | Field and Description |
|---|---|
static PathResolver.UnresolvedPathException |
UNRESOLVED_ERROR
Singleton unresolved path exception to avoid construction overhead
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolvePath(java.lang.String path)
Resolve the given legacy path to the path on the host sytem.
|
static final PathResolver.UnresolvedPathException UNRESOLVED_ERROR
java.lang.String resolvePath(java.lang.String path)
throws PathResolver.UnresolvedPathException
path - The given legacy path to be resolved on the host systemPathResolver.UnresolvedPathException - If the given path can't be resolved