public interface Resolver
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
resolve(java.nio.file.Path basePath,
java.lang.String path)
Resolve the specified path relative to the provided base path.
|
java.io.InputStream |
resolve(java.lang.String basePath,
java.lang.String path)
Resolve the specified path relative to the provided base path.
|
java.nio.file.Path resolve(java.nio.file.Path basePath, java.lang.String path)
basePath
- the base path.path
- the path to resolve.java.io.InputStream resolve(java.lang.String basePath, java.lang.String path)
basePath
- the base path.path
- the path to resolve.