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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioninterpolate(String path, ProfileActivationContext context) Interpolates givenpath. 
- 
Constructor Details
- 
ProfileActivationFilePathInterpolator
 
 - 
 - 
Method Details
- 
interpolate
public 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
 
 -