org.apache.geronimo.kernel.repository
Class CopyArtifactTypeHandler

java.lang.Object
  extended by org.apache.geronimo.kernel.repository.CopyArtifactTypeHandler
All Implemented Interfaces:
ArtifactTypeHandler

public class CopyArtifactTypeHandler
extends Object
implements ArtifactTypeHandler


Constructor Summary
CopyArtifactTypeHandler()
           
 
Method Summary
 void install(InputStream source, int size, Artifact artifact, FileWriteMonitor monitor, File target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyArtifactTypeHandler

public CopyArtifactTypeHandler()
Method Detail

install

public void install(InputStream source,
                    int size,
                    Artifact artifact,
                    FileWriteMonitor monitor,
                    File target)
             throws IOException
Specified by:
install in interface ArtifactTypeHandler
Throws:
IOException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.