Package org.apache.maven.model.path
Class DefaultModelPathTranslator
java.lang.Object
org.apache.maven.model.path.DefaultModelPathTranslator
- All Implemented Interfaces:
 ModelPathTranslator
@Named
@Singleton
public class DefaultModelPathTranslator
extends Object
implements ModelPathTranslator
Resolves relative paths within a model against a specific base directory.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidalignToBaseDirectory(Model modelV3, File basedir, ModelBuildingRequest request) Deprecated.voidalignToBaseDirectory(Model modelV3, Path basedir, ModelBuildingRequest request) Resolves the well-known paths of the specified model against the given base directory. 
- 
Constructor Details
- 
DefaultModelPathTranslator
 
 - 
 - 
Method Details
- 
alignToBaseDirectory
@Deprecated public void alignToBaseDirectory(Model modelV3, File basedir, ModelBuildingRequest request) Deprecated.Description copied from interface:ModelPathTranslatorResolves the well-known paths of the specified model against the given base directory. Paths within plugin configuration are not processed.- Specified by:
 alignToBaseDirectoryin interfaceModelPathTranslator- Parameters:
 modelV3- 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.
 - 
alignToBaseDirectory
Description copied from interface:ModelPathTranslatorResolves the well-known paths of the specified model against the given base directory. Paths within plugin configuration are not processed.- Specified by:
 alignToBaseDirectoryin interfaceModelPathTranslator- Parameters:
 modelV3- 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.
 
 -