org.apache.geronimo.kernel.repository
Interface ArtifactTypeHandler
- All Known Implementing Classes:
- CopyArtifactTypeHandler, UnpackArtifactTypeHandler
public interface ArtifactTypeHandler
- Version:
- $Rev: 1391947 $ $Date: 2012-09-30 11:48:05 +0800 (Sun, 30 Sep 2012) $
install
void install(InputStream source,
int size,
Artifact artifactId,
FileWriteMonitor monitor,
File target)
throws IOException
- Throws:
IOException
install
void install(File source,
Artifact artifactId,
FileWriteMonitor monitor,
File target)
throws IOException
- Parameters:
source - a file or a directoryartifactId - monitor - target -
- Throws:
IOException
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.