gov.bnl.star.offline.scheduler
Class RequestFactory

java.lang.Object
  extended bygov.bnl.star.offline.scheduler.RequestFactory

public class RequestFactory
extends java.lang.Object

Version:
$Revision: 1.3 $ $Date: 2004/02/12 18:55:12 $
Author:
carcassi

Constructor Summary
RequestFactory()
          Creates a new instance of RequestParser
 
Method Summary
static void main(java.lang.String[] args)
          Tests the parser by analizing a file and displaying in the standard output the content of the Request list that the parser returned.
static Request parseXML(java.io.InputStream xml)
           
static void setDefaults(java.util.Map defaults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestFactory

public RequestFactory()
Creates a new instance of RequestParser

Method Detail

setDefaults

public static void setDefaults(java.util.Map defaults)

parseXML

public static Request parseXML(java.io.InputStream xml)

main

public static void main(java.lang.String[] args)
Tests the parser by analizing a file and displaying in the standard output the content of the Request list that the parser returned.

Parameters:
args - the first argument must be the name of the XML file containing the job description to be parsed


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.