org.apache.geronimo.system.plugin
Interface OpenResult

All Known Implementing Classes:
LocalOpenResult

public interface OpenResult


Method Summary
 void close()
           
 Artifact getArtifact()
           
 File getFile()
           
 void install(WriteableRepository repo, FileWriteMonitor monitor)
           
 

Method Detail

getArtifact

Artifact getArtifact()

getFile

File getFile()
             throws IOException
Throws:
IOException

install

void install(WriteableRepository repo,
             FileWriteMonitor monitor)
             throws IOException
Throws:
IOException

close

void close()


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