public class Db4oEnhancedLauncher
extends java.lang.Object
| Constructor and Description |
|---|
Db4oEnhancedLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
launch(java.lang.String path,
java.lang.String mainClassName)
launches an application that is to be instrumented for db4o on-the-fly
at class loading time.
|
void |
launch(java.net.URL[] classPath,
java.lang.String mainClassName)
launches an application that is to be instrumented for db4o on-the-fly
at class loading time.
|
public void launch(java.lang.String path,
java.lang.String mainClassName)
throws java.lang.Exception
path - path to the classes (typically the bin directory)mainClassName - the name of the main class that is to be started.java.lang.Exceptionpublic void launch(java.net.URL[] classPath,
java.lang.String mainClassName)
throws java.lang.Exception
classPath - Array of Classpath URLs.mainClassName - the name of the main class that is to be started.java.lang.Exception