org.apache.geronimo.system.plugin
Class LocalOpenResult
java.lang.Object
org.apache.geronimo.system.plugin.LocalOpenResult
- All Implemented Interfaces:
- OpenResult
public class LocalOpenResult
- extends Object
- implements OpenResult
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalOpenResult
public LocalOpenResult(Artifact artifact,
File file)
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.