Uses of Interface
org.apache.maven.model.path.PathTranslator
-
Packages that use PathTranslator Package Description org.apache.maven.model.building org.apache.maven.model.interpolation org.apache.maven.model.path org.apache.maven.model.profile.activation -
-
Uses of PathTranslator in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return PathTranslator Modifier and Type Method Description protected PathTranslatorDefaultModelBuilderFactory. newPathTranslator() -
Uses of PathTranslator in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type PathTranslator Modifier and Type Method Description AbstractStringBasedModelInterpolatorAbstractStringBasedModelInterpolator. setPathTranslator(PathTranslator pathTranslator) -
Uses of PathTranslator in org.apache.maven.model.path
Classes in org.apache.maven.model.path that implement PathTranslator Modifier and Type Class Description classDefaultPathTranslatorResolves relative paths against a specific base directory.Methods in org.apache.maven.model.path with parameters of type PathTranslator Modifier and Type Method Description DefaultModelPathTranslatorDefaultModelPathTranslator. setPathTranslator(PathTranslator pathTranslator) -
Uses of PathTranslator in org.apache.maven.model.profile.activation
Methods in org.apache.maven.model.profile.activation with parameters of type PathTranslator Modifier and Type Method Description FileProfileActivatorFileProfileActivator. setPathTranslator(PathTranslator pathTranslator)
-