iterator
Class Runner

java.lang.Object
  extended by iterator.Runner

public class Runner
extends java.lang.Object

Runs an iterable algorithm configured in the specified spring-format XML files.

Author:
dgorur

Constructor Summary
Runner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Runner

public Runner()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - arg[0] specifies the spring-format XML file and arg[1] specifies the name of the main bean in this file, usually something like mainIterator.