org.globus.cog.karajan
Class Loader

java.lang.Object
  extended by org.globus.cog.karajan.Loader

public class Loader
extends Object


Field Summary
static String ARG_CACHE
           
static String ARG_CSTDOUT
           
static String ARG_DEBUG
           
static String ARG_DEBUGGER
           
static String ARG_DUMPSTATE
           
static String ARG_EXECUTE
           
static String ARG_HELP
           
static String ARG_INTERMEDIATE
           
static String ARG_MONITOR
           
static String ARG_SHOWSTATS
           
 
Constructor Summary
Loader()
           
 
Method Summary
protected static void error(String err)
           
static ElementTree load(String project)
           
static ElementTree loadFromString(String source)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARG_SHOWSTATS

public static final String ARG_SHOWSTATS
See Also:
Constant Field Values

ARG_DEBUGGER

public static final String ARG_DEBUGGER
See Also:
Constant Field Values

ARG_HELP

public static final String ARG_HELP
See Also:
Constant Field Values

ARG_DEBUG

public static final String ARG_DEBUG
See Also:
Constant Field Values

ARG_MONITOR

public static final String ARG_MONITOR
See Also:
Constant Field Values

ARG_DUMPSTATE

public static final String ARG_DUMPSTATE
See Also:
Constant Field Values

ARG_INTERMEDIATE

public static final String ARG_INTERMEDIATE
See Also:
Constant Field Values

ARG_CACHE

public static final String ARG_CACHE
See Also:
Constant Field Values

ARG_EXECUTE

public static final String ARG_EXECUTE
See Also:
Constant Field Values

ARG_CSTDOUT

public static final String ARG_CSTDOUT
See Also:
Constant Field Values
Constructor Detail

Loader

public Loader()
Method Detail

main

public static void main(String[] argv)

load

public static ElementTree load(String project)
                        throws SpecificationException,
                               IOException
Throws:
SpecificationException
IOException

loadFromString

public static ElementTree loadFromString(String source)
                                  throws SpecificationException
Throws:
SpecificationException

error

protected static void error(String err)