com.croftsoft.core.lang.classloader
Class DialogClassLoader

java.lang.Object
  extended by com.croftsoft.core.lang.classloader.DialogClassLoader

public class DialogClassLoader
extends Object

Version:
1998-06-03
Author:
David Wallace Croft

Constructor Summary
DialogClassLoader()
           
 
Method Summary
static void main(String[] args)
          Loads a remote class and launches its main() method.
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogClassLoader

public DialogClassLoader()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Loads a remote class and launches its main() method.

Parameters:
Command-line - arguments:
  1. The URL name for the codebase.
  2. The name of the class with the "main(args)" method.
  3. The name of the local persistent resource cache directory.
  4. Subsequent arguments to be passed to the invoked main method.
Example
Throws:
Exception

start

public void start()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)