|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.configuration.BasedirBeanConfigurationPathTranslator
public class BasedirBeanConfigurationPathTranslator
A path translator that resolves relative paths against a specific base directory.
Constructor Summary | |
---|---|
BasedirBeanConfigurationPathTranslator(java.io.File basedir)
Creates a new path translator using the specified base directory. |
Method Summary | |
---|---|
java.io.File |
translatePath(java.io.File path)
Translates the specified path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasedirBeanConfigurationPathTranslator(java.io.File basedir)
basedir
- The base directory to resolve relative paths against, may be null
to disable path
translation.Method Detail |
---|
public java.io.File translatePath(java.io.File path)
BeanConfigurationPathTranslator
translatePath
in interface BeanConfigurationPathTranslator
path
- The path to translate, may be null
.
null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |