Class DefaultModelPathTranslator
java.lang.Object
org.apache.maven.model.path.DefaultModelPathTranslator
- All Implemented Interfaces:
- ModelPathTranslator
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultModelPathTranslator
extends Object
implements ModelPathTranslator
Deprecated.
Resolves relative paths within a model against a specific base directory.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidalignToBaseDirectory(Model model, File basedir, ModelBuildingRequest request) Deprecated.Resolves the well-known paths of the specified model against the given base directory.setPathTranslator(PathTranslator pathTranslator) Deprecated.
- 
Constructor Details- 
DefaultModelPathTranslatorpublic DefaultModelPathTranslator()Deprecated.
 
- 
- 
Method Details- 
setPathTranslatorDeprecated.
- 
alignToBaseDirectoryDeprecated.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 interface- ModelPathTranslator
- Parameters:
- model- 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.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead