org.sonar.server.plugins
Class ApplicationDeployer

java.lang.Object
  extended by org.sonar.server.plugins.ApplicationDeployer

public class ApplicationDeployer
extends Object

Ruby on Rails requires the files to be on filesystem but not in Java classpath (JAR). This component extracts all the needed files from plugins and copy them to $SONAR_HOME/temp

Since:
3.0

Constructor Summary
ApplicationDeployer(ServerFileSystem fileSystem, PluginRepository pluginRepository)
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDeployer

public ApplicationDeployer(ServerFileSystem fileSystem,
                           PluginRepository pluginRepository)
Method Detail

start

public void start()
           throws IOException
Throws:
IOException


Copyright © 2009-2012 SonarSource. All Rights Reserved.