public class ConfigurationPathResolver extends Object implements IPathResolver
| Constructor and Description |
|---|
ConfigurationPathResolver(String rootDirectory)
Constructor.
|
public ConfigurationPathResolver(String rootDirectory)
rootDirectory - the root directory of compilation. May
not be null.NullPointerException - if rootDirectory is null.public File resolve(String path)
IPathResolverresolve in interface IPathResolverpath - the path to resolve.File of the resolved, and normalized path. The file
is not guaranteed to exist.Copyright © 2016 The Apache Software Foundation. All rights reserved.