org.sonar.web
Class GwtPublisher

java.lang.Object
  extended by org.sonar.web.GwtPublisher

public class GwtPublisher
extends java.lang.Object


Constructor Summary
protected GwtPublisher()
           
  GwtPublisher(GwtExtension[] extensions, org.apache.commons.configuration.Configuration configuration)
           
protected GwtPublisher(GwtExtension[] extensions, java.io.File outputDir)
           
 
Method Summary
protected  java.lang.String getCleanPath(java.lang.String path)
           
protected  void publish()
           
 void start()
           
 void stop()
           
 
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,
                    org.apache.commons.configuration.Configuration configuration)

GwtPublisher

protected GwtPublisher(GwtExtension[] extensions,
                       java.io.File outputDir)

GwtPublisher

protected GwtPublisher()
Method Detail

start

public void start()

stop

public void stop()

publish

protected void publish()
                throws java.io.IOException,
                       java.net.URISyntaxException
Throws:
java.io.IOException
java.net.URISyntaxException

getCleanPath

protected java.lang.String getCleanPath(java.lang.String path)
                                 throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException


Copyright © 2008 SonarSource SA. All Rights Reserved.