net.sf.saffron.walden
Class Main

java.lang.Object
  |
  +--net.sf.saffron.walden.Main

public class Main
extends Object

Walden is a command-line interpreter for Saffron, and dynamic Java statements in general; Main is its main entry point.

Since:
May 10, 2002
Version:
$Id: //open/saffron/src/net/sf/saffron/walden/Main.java#4 $
Author:
jhyde

Nested Class Summary
static class Main.WaldonTestCase
          JUnit test suite for Main.
 
Constructor Summary
Main()
           
 
Method Summary
static String[] getQueries()
          Returns a set of queries.
static void main(String[] args)
           
static Test suite()
          Returns a JUnit test to test the Schedule class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

getQueries

public static String[] getQueries()
Returns a set of queries. Used by walden/index.jsp.


main

public static void main(String[] args)

suite

public static Test suite()
Returns a JUnit test to test the Schedule class. This method is automatically recognized by JUnit test harnesses.


SourceForge.net_Logo