Interface ModelPathTranslator
- All Known Implementing Classes:
- DefaultModelPathTranslator
public interface ModelPathTranslator
Resolves relative paths of a model against a specific base directory.
- 
Method SummaryModifier and TypeMethodDescriptionalignToBaseDirectory(Model model, Path basedir, ModelBuilderRequest request) Resolves the well-known paths of the specified model against the given base directory.
- 
Method Details- 
alignToBaseDirectoryResolves 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 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.
- Since:
- 4.0.0
 
 
-