org.apache.geronimo.kernel.repository
Class UnpackArtifactTypeHandler

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

public class UnpackArtifactTypeHandler
extends Object
implements ArtifactTypeHandler


Constructor Summary
UnpackArtifactTypeHandler()
           
 
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

UnpackArtifactTypeHandler

public UnpackArtifactTypeHandler()
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.