org.sonar.application
Class JettyEmbedder

java.lang.Object
  extended by org.sonar.application.JettyEmbedder

public class JettyEmbedder
extends Object


Constructor Summary
JettyEmbedder(String host, int port, String contextPath, URL configurationURL)
           
 
Method Summary
 void configureRequestLogs(String filenamePattern)
           
 void start()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JettyEmbedder

public JettyEmbedder(String host,
                     int port,
                     String contextPath,
                     URL configurationURL)
              throws Exception
Throws:
Exception
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

configureRequestLogs

public void configureRequestLogs(String filenamePattern)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.