Class ProfileActivationFilePathInterpolator


  • @Named
    @Singleton
    public class ProfileActivationFilePathInterpolator
    extends java.lang.Object
    Finds an absolute path for ActivationFile.getExists() or ActivationFile.getMissing()
    Author:
    Ravil Galeyev
    • Constructor Detail

      • ProfileActivationFilePathInterpolator

        public ProfileActivationFilePathInterpolator()
    • Method Detail

      • interpolate

        public java.lang.String interpolate​(java.lang.String path,
                                            ProfileActivationContext context)
                                     throws org.codehaus.plexus.interpolation.InterpolationException
        Interpolates given path.
        Returns:
        absolute path or null if the input was null
        Throws:
        org.codehaus.plexus.interpolation.InterpolationException