org.apache.geronimo.kernel.repository
Interface ArtifactTypeHandler

All Known Implementing Classes:
CopyArtifactTypeHandler, UnpackArtifactTypeHandler

public interface ArtifactTypeHandler


Method Summary
 void install(InputStream source, int size, Artifact artifactId, FileWriteMonitor monitor, File target)
           
 

Method Detail

install

void install(InputStream source,
             int size,
             Artifact artifactId,
             FileWriteMonitor monitor,
             File target)
             throws IOException
Throws:
IOException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.