org.jactr.entry.iterative
Class IterativeMain

java.lang.Object
  extended by org.jactr.entry.iterative.IterativeMain

public class IterativeMain
extends java.lang.Object

Author:
developer

Constructor Summary
IterativeMain()
           
 
Method Summary
static java.lang.String duration(long startTime, long stopTime)
           
 void iteration(int index, int total, org.w3c.dom.Document environment, java.net.URL envURL, java.util.Collection<IIterativeRunListener> listeners, java.io.PrintWriter log)
           
 org.w3c.dom.Document loadEnvironment(java.net.URL url)
          load the environment file from url
static void main(java.lang.String[] args)
           
 void run(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterativeMain

public IterativeMain()
Method Detail

duration

public static java.lang.String duration(long startTime,
                                        long stopTime)

loadEnvironment

public org.w3c.dom.Document loadEnvironment(java.net.URL url)
                                     throws java.io.IOException,
                                            org.xml.sax.SAXException,
                                            javax.xml.parsers.ParserConfigurationException
load the environment file from url

Parameters:
url -
Returns:
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

iteration

public void iteration(int index,
                      int total,
                      org.w3c.dom.Document environment,
                      java.net.URL envURL,
                      java.util.Collection<IIterativeRunListener> listeners,
                      java.io.PrintWriter log)

run

public void run(java.net.URL url)
Parameters:
url -
listener -
iterations -
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)