Clover Coverage Report - Exec Maven Plugin 1.1
Coverage timestamp: Wed Dec 31 1969 19:00:00 EST
0   15   0   -
0   5   -   0
0     -  
1    
 
  Interpolator       Line # 12 0 - 0 0 - -1.0
 
No Tests
 
1    package org.codehaus.plexus.util.interpolation;
2   
3    /**
4    * COPIED FROM plexus-utils-1.5.15 TO SATISFY TESTS
5    *
6    * Interpolator interface. Based on existing RegexBasedInterpolator interface.
7    *
8    * @author cstamas
9    * @deprecated Use plexus-interpolation APIs instead.
10    * @version $Id: Interpolator.java 12174 2010-05-16 21:04:35Z rfscholte $
11    */
 
12    public interface Interpolator
13    extends org.codehaus.plexus.interpolation.Interpolator
14    {
15    }