public interface PathTranslator
Modifier and Type | Method and Description |
---|---|
String |
alignToBaseDirectory(String path,
File basedir)
Resolves the specified path against the given base directory.
|
String alignToBaseDirectory(String path, File basedir)
path
- The path to resolve, may be null
.basedir
- The base directory to resolve relative paths against, may be null
.null
if the input path was null
.Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.