org.apache.maven.configuration
Interface BeanConfigurationPathTranslator
- All Known Implementing Classes:
- BasedirBeanConfigurationPathTranslator
public interface BeanConfigurationPathTranslator
Postprocesses filesystem paths. For instance, a path translator might want to resolve relative paths given in the
bean configuration against some base directory.
- Author:
- Benjamin Bentmann
Method Summary |
java.io.File |
translatePath(java.io.File path)
Translates the specified path. |
translatePath
java.io.File translatePath(java.io.File path)
- Translates the specified path.
- Parameters:
path
- The path to translate, may be null
.
- Returns:
- The translated path or
null
if none.
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.