|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.loader.Loader0
public class Loader0
Checkpoint Loader. Creates the library map classloader. In former times, this invoked ccs.utils.Loader to create the CDBClassLoader, which is why this is called Loader0 rather than just Loader. However, that never worked reliably, so now we use library maps for everything. and ccs.utils.Loader no longer exists.
Method Summary | |
---|---|
static Loader0 |
getDefault()
|
java.lang.ClassLoader |
getMapLoader()
Returns the classloader used to load mapped libraries and Checkpoint Applications stored in library JARs - ie. pretty much everything. |
static void |
main(java.lang.String[] args)
Launch an app using the classloader to load it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.ClassLoader getMapLoader()
public static Loader0 getDefault()
public static void main(java.lang.String[] args)
args
- Args[0] is the name of the application class. Any others
are passed through to the application's main() method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |