org.plovr.soy.server
Class Server

java.lang.Object
  extended by org.plovr.soy.server.Server
All Implemented Interfaces:
java.lang.Runnable

public final class Server
extends java.lang.Object
implements java.lang.Runnable

Server for SoyWeb.

Author:
bolinfest@gmail.com (Michael Bolin)

Constructor Summary
Server(Config config)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server(Config config)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable