org.sonar.server.startup
Class GwtPublisher

java.lang.Object
  extended by org.sonar.server.startup.GwtPublisher

public class GwtPublisher
extends Object


Constructor Summary
GwtPublisher(GwtExtension[] extensions, Settings settings)
           
 
Method Summary
protected  void cleanDirectory()
           
protected  String getCleanPath(String path)
           
protected  void publish()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtPublisher

public GwtPublisher(GwtExtension[] extensions,
                    Settings settings)
Method Detail

start

public void start()

cleanDirectory

protected void cleanDirectory()

publish

protected void publish()
                throws IOException,
                       URISyntaxException
Throws:
IOException
URISyntaxException

getCleanPath

protected String getCleanPath(String path)
                       throws URISyntaxException
Throws:
URISyntaxException


Copyright © 2009-2012 SonarSource. All Rights Reserved.