public interface PathTranslator
Modifier and Type | Method and Description |
---|---|
java.lang.String |
alignToBaseDirectory(java.lang.String path,
java.io.File basedir)
Resolves the specified path against the given base directory.
|
java.lang.String alignToBaseDirectory(java.lang.String path, java.io.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
.