org.sonar.server.plugins
Class PluginDeployer

java.lang.Object
  extended by org.sonar.server.plugins.PluginDeployer
All Implemented Interfaces:
ServerComponent

public class PluginDeployer
extends Object
implements ServerComponent


Constructor Summary
PluginDeployer(DefaultServerFileSystem fileSystem)
           
 
Method Summary
 void cancelUninstalls()
           
 Collection<PluginMetadata> getMetadata()
           
 PluginMetadata getMetadata(String pluginKey)
           
 List<String> getUninstalls()
           
 void start()
           
 void uninstall(String pluginKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginDeployer

public PluginDeployer(DefaultServerFileSystem fileSystem)
Method Detail

start

public void start()
           throws IOException
Throws:
IOException

uninstall

public void uninstall(String pluginKey)

getUninstalls

public List<String> getUninstalls()

cancelUninstalls

public void cancelUninstalls()

getMetadata

public Collection<PluginMetadata> getMetadata()

getMetadata

public PluginMetadata getMetadata(String pluginKey)


Copyright © 2009-2011 SonarSource. All Rights Reserved.