com.sun.squawk
Class SuiteCreator.Loader
java.lang.Object
com.sun.squawk.SuiteCreator.Loader
- Enclosing class:
- SuiteCreator
public static class SuiteCreator.Loader
- extends Object
This class is used to load a number of classes and resources into it's isolate's leaf suite.
SuiteCreator.Loader
public SuiteCreator.Loader()
main
public static void main(String[] args)
throws Throwable
- Expecting command line that looks something like
className1 className2 ... [-resources resource1 resource2 ...] [-classes className1 className2 ...]
- Parameters:
args -
- Throws:
Exception
Throwable
installResourceFile
public static void installResourceFile(Suite suite,
ResourceFile resourceFile)
throws IOException
- Throws:
IOException
loadClasses
protected static int loadClasses(String[] args,
int startIndex,
boolean verbose)
loadResources
public static int loadResources(Suite suite,
String[] args,
int startIndex,
com.sun.squawk.io.connections.ClasspathConnection classPathConnection)
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.