org.apache.maven.archetype
Class FilteringCopier

java.lang.Object
  extended by org.apache.maven.archetype.FilteringCopier
All Implemented Interfaces:
Copier

public class FilteringCopier
extends java.lang.Object
implements Copier

Version:
$Revision:$
Author:
Jason van Zyl

Constructor Summary
FilteringCopier(java.lang.String find, java.lang.String replace)
           
 
Method Summary
 void copy(java.io.File source, java.io.File destination)
           
static java.lang.String streamToString(java.io.InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteringCopier

public FilteringCopier(java.lang.String find,
                       java.lang.String replace)
Method Detail

copy

public void copy(java.io.File source,
                 java.io.File destination)
          throws java.io.IOException
Specified by:
copy in interface Copier
Throws:
java.io.IOException

streamToString

public static java.lang.String streamToString(java.io.InputStream in)
                                       throws java.io.IOException
Throws:
java.io.IOException