|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/pd/cmds.scala]
object
StartProgram
extends AnyRef| Method Summary | |
def
|
createProgram
(classname : java.lang.String, codebaseUrl : java.net.URL) : Program
returns a new instance of the specified program, using a new classloader
so as to ensure we get the latest version. The classloader's parent will be
the context classloader.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
createProgram(classname : java.lang.String, codebaseUrl : java.net.URL) : Program
|
Lafros MaCS 1.2r1
|
|