org.jbake.launcher
Class JettyServer

java.lang.Object
  extended by org.jbake.launcher.JettyServer

public class JettyServer
extends Object

Provides Jetty server related functions

Author:
Jonathan Bullock

Constructor Summary
JettyServer()
           
 
Method Summary
static void run(String path, String port)
          Run Jetty web server serving out supplied path on supplied port
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyServer

public JettyServer()
Method Detail

run

public static void run(String path,
                       String port)
Run Jetty web server serving out supplied path on supplied port

Parameters:
path -
port -


Copyright © 2013. All Rights Reserved.