|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.path.DefaultModelPathTranslator
@Component(role=ModelPathTranslator.class) public class DefaultModelPathTranslator
Resolves relative paths within a model against a specific base directory.
| Constructor Summary | |
|---|---|
DefaultModelPathTranslator()
|
|
| Method Summary | |
|---|---|
void |
alignToBaseDirectory(Model model,
java.io.File basedir,
ModelBuildingRequest request)
Resolves the well-known paths of the specified model against the given base directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultModelPathTranslator()
| Method Detail |
|---|
public void alignToBaseDirectory(Model model,
java.io.File basedir,
ModelBuildingRequest request)
ModelPathTranslator
alignToBaseDirectory in interface ModelPathTranslatormodel - The model whose paths should be resolved, may be null.basedir - The base directory to resolve relative paths against, may be null.request - The model building request that holds further settings, must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||