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()- Author:
- Ravil Galeyev
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninterpolate(String path, ProfileActivationContext context) Interpolates givenpath.setPathTranslator(PathTranslator pathTranslator) 
- 
Constructor Details- 
ProfileActivationFilePathInterpolatorpublic ProfileActivationFilePathInterpolator()
 
- 
- 
Method Details- 
setPathTranslator
- 
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
 
 
-