org.apache.geronimo.system.plugin
Class LocalOpenResult

java.lang.Object
  extended by org.apache.geronimo.system.plugin.LocalOpenResult
All Implemented Interfaces:
OpenResult

public class LocalOpenResult
extends Object
implements OpenResult


Constructor Summary
LocalOpenResult(Artifact artifact, File file)
           
 
Method Summary
 void close()
           
 Artifact getArtifact()
           
 File getFile()
           
 void install(WriteableRepository repo, FileWriteMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalOpenResult

public LocalOpenResult(Artifact artifact,
                       File file)
Method Detail

getArtifact

public Artifact getArtifact()
Specified by:
getArtifact in interface OpenResult

getFile

public File getFile()
Specified by:
getFile in interface OpenResult

install

public void install(WriteableRepository repo,
                    FileWriteMonitor monitor)
             throws IOException
Specified by:
install in interface OpenResult
Throws:
IOException

close

public void close()
Specified by:
close in interface OpenResult


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