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-2007 Apache Software Foundation. All Rights Reserved.