public interface IPathResolver
| Modifier and Type | Method and Description |
|---|---|
File |
resolve(String path)
Resolve a path to a file.
|
File resolve(String path)
path - the path to resolve.File of the resolved, and normalized path. The file
is not guaranteed to exist.Copyright © 2023 The Apache Software Foundation. All rights reserved.