org.apache.maven.archetype
Class StandardCopier

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

public class StandardCopier
extends java.lang.Object
implements Copier

Version:
$Revision:$
Author:
Jason van Zyl

Constructor Summary
StandardCopier()
           
 
Method Summary
 void copy(java.io.File source, java.io.File destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardCopier

public StandardCopier()
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


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.