com.atlassian.maven.qunit.server
Class QunitServer

java.lang.Object
  extended by com.atlassian.maven.qunit.server.QunitServer

public class QunitServer
extends java.lang.Object

Simple server for serving up qunit tests.


Constructor Summary
QunitServer(ServerHandler serverHandler)
           
QunitServer(ServerHandler serverHandler, int port)
           
 
Method Summary
 int getPort()
           
 void join()
           
 void startServer()
           
 void stopServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QunitServer

public QunitServer(ServerHandler serverHandler)

QunitServer

public QunitServer(ServerHandler serverHandler,
                   int port)
Method Detail

stopServer

public void stopServer()

startServer

public void startServer()
                 throws java.lang.Exception
Throws:
java.lang.Exception

join

public void join()
          throws java.lang.Exception
Throws:
java.lang.Exception

getPort

public int getPort()


Copyright © 2011 Atlassian. All Rights Reserved.