net.sf.farrago.test
Class FarragoDebugServer

java.lang.Object
  extended by net.sf.farrago.test.FarragoDebugServer

public class FarragoDebugServer
extends Object

FarragoDebugServer's only purpose is to provide an entry point from which FarragoServer can be debugged via an IDE such as Eclipse.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/test/FarragoDebugServer.java#7 $
Author:
John V. Sichi

Constructor Summary
FarragoDebugServer()
           
 
Method Summary
static void main(String[] args)
          Provides an entry point for debugging FarragoServer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoDebugServer

public FarragoDebugServer()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Provides an entry point for debugging FarragoServer.

Parameters:
args - unused
Throws:
Exception