Package org.apache.maven.model.path
Class ProfileActivationFilePathInterpolator
java.lang.Object
org.apache.maven.model.path.ProfileActivationFilePathInterpolator
Deprecated.
Finds an absolute path for
ActivationFile.getExists()
or ActivationFile.getMissing()
-
Constructor Summary
ConstructorDescriptionProfileActivationFilePathInterpolator
(PathTranslator pathTranslator, RootLocator rootLocator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioninterpolate
(String path, ProfileActivationContext context) Deprecated.Interpolates givenpath
.
-
Constructor Details
-
ProfileActivationFilePathInterpolator
@Inject public ProfileActivationFilePathInterpolator(PathTranslator pathTranslator, RootLocator rootLocator) Deprecated.
-
-
Method Details
-
interpolate
public String interpolate(String path, ProfileActivationContext context) throws org.codehaus.plexus.interpolation.InterpolationException Deprecated.Interpolates givenpath
.- Returns:
- absolute path or
null
if the input wasnull
- Throws:
org.codehaus.plexus.interpolation.InterpolationException
-
ModelBuilder
instead