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