uk.ac.soton.itinnovation.grid.client.cli
Class GRIABootLoader

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.client.cli.GRIABootLoader

public class GRIABootLoader
extends Object

The GRIA Boot Loader. This class loads jars from the directory specified in the first argument passed to it. The GridCLI class is then called.


Constructor Summary
GRIABootLoader()
           
 
Method Summary
static void addFile(File f)
           
static void addFile(String s)
           
static void main(String[] args)
          Called when executing the main gridcli jar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GRIABootLoader

public GRIABootLoader()
Method Detail

addFile

public static void addFile(String s)
                    throws IOException
Throws:
IOException

addFile

public static void addFile(File f)
                    throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws Exception
Called when executing the main gridcli jar.

Throws:
Exception


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.