Package org.apache.maven.model.path
Interface ModelPathTranslator
-
- All Known Implementing Classes:
DefaultModelPathTranslator
public interface ModelPathTranslatorResolves relative paths of a model against a specific base directory.- Author:
- Jason van Zyl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidalignToBaseDirectory(org.apache.maven.model.Model model, java.io.File basedir, ModelBuildingRequest request)Resolves the well-known paths of the specified model against the given base directory.
-
-
-
Method Detail
-
alignToBaseDirectory
void alignToBaseDirectory(org.apache.maven.model.Model model, java.io.File basedir, ModelBuildingRequest request)Resolves the well-known paths of the specified model against the given base directory. Paths within plugin configuration are not processed.- Parameters:
model- The model whose paths should be resolved, may benull.basedir- The base directory to resolve relative paths against, may benull.request- The model building request that holds further settings, must not benull.
-
-