org.apache.maven.archetype
Interface Copier

All Known Implementing Classes:
FilteringCopier, StandardCopier

public interface Copier

Version:
$Revision:$
Author:
Jason van Zyl

Method Summary
 void copy(java.io.File source, java.io.File target)
           
 

Method Detail

copy

void copy(java.io.File source,
          java.io.File target)
          throws java.io.IOException
Throws:
java.io.IOException