|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.repositories.FilePluginInstaller
public class FilePluginInstaller
Simple implementation of a PluginInstaller which writes plugin artifact to a specified directory.
PluginInstaller| Constructor Summary | |
|---|---|
FilePluginInstaller(java.io.File directory)
|
|
| Method Summary | |
|---|---|
void |
installPlugin(java.lang.String key,
PluginArtifact pluginArtifact)
If there is an existing JAR with the same filename, it is replaced. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilePluginInstaller(java.io.File directory)
directory - where plugin JARs will be installed.| Method Detail |
|---|
public void installPlugin(java.lang.String key,
PluginArtifact pluginArtifact)
installPlugin in interface PluginInstallerjava.lang.RuntimeException - if there was an exception reading or writing files.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||