org.codehaus.mojo.gwt
Class JavaCommand

java.lang.Object
  extended by org.codehaus.mojo.gwt.JavaCommand

public class JavaCommand
extends java.lang.Object


Constructor Summary
JavaCommand()
           
 
Method Summary
static java.lang.ClassLoader loadClassesFromFile(java.io.File file)
          Create a ClassLoader with the classpaths found in file.
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

JavaCommand

public JavaCommand()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException,
                        java.lang.SecurityException,
                        java.lang.NoSuchMethodException,
                        java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.SecurityException
java.lang.NoSuchMethodException
java.lang.InterruptedException

loadClassesFromFile

public static java.lang.ClassLoader loadClassesFromFile(java.io.File file)
                                                 throws java.io.IOException
Create a ClassLoader with the classpaths found in file.

Parameters:
file - A file containing a list of classpath entries
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.