net.sf.farrago.test
Class FarragoDebugServer
java.lang.Object
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
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 |
FarragoDebugServer
public FarragoDebugServer()
main
public static void main(String[] args)
throws Exception
- Provides an entry point for debugging FarragoServer.
- Parameters:
args
- unused
- Throws:
Exception