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 PathTranslator
DefaultModelBuilderFactory. newPathTranslator()
-
Uses of PathTranslator in org.apache.maven.model.interpolation
Fields in org.apache.maven.model.interpolation declared as PathTranslator Modifier and Type Field Description private PathTranslator
AbstractStringBasedModelInterpolator. pathTranslator
private PathTranslator
PathTranslatingPostProcessor. pathTranslator
Methods in org.apache.maven.model.interpolation with parameters of type PathTranslator Modifier and Type Method Description AbstractStringBasedModelInterpolator
AbstractStringBasedModelInterpolator. setPathTranslator(PathTranslator pathTranslator)
Constructors in org.apache.maven.model.interpolation with parameters of type PathTranslator Constructor Description PathTranslatingPostProcessor(java.util.List<java.lang.String> expressionPrefixes, java.util.Collection<java.lang.String> unprefixedPathKeys, java.io.File projectDir, 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 class
DefaultPathTranslator
Resolves relative paths against a specific base directory.Fields in org.apache.maven.model.path declared as PathTranslator Modifier and Type Field Description private PathTranslator
DefaultModelPathTranslator. pathTranslator
Methods in org.apache.maven.model.path with parameters of type PathTranslator Modifier and Type Method Description DefaultModelPathTranslator
DefaultModelPathTranslator. setPathTranslator(PathTranslator pathTranslator)
-
Uses of PathTranslator in org.apache.maven.model.profile.activation
Fields in org.apache.maven.model.profile.activation declared as PathTranslator Modifier and Type Field Description private PathTranslator
FileProfileActivator. pathTranslator
Methods in org.apache.maven.model.profile.activation with parameters of type PathTranslator Modifier and Type Method Description FileProfileActivator
FileProfileActivator. setPathTranslator(PathTranslator pathTranslator)
-