public class Trampoline
extends java.lang.Object
Constructor and Description |
---|
Trampoline() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.Class |
getClassForClassName(java.lang.String className) |
static java.util.Properties |
getProperties()
Get the Properties instance loaded by the main program
|
static void |
main(java.lang.String[] argv)
The main program reads the property file, and uses the property
file to initialize the log.
|
protected static java.lang.Class getClassForClassName(java.lang.String className)
public static void main(java.lang.String[] argv) throws java.lang.Throwable
The first arg is always the class containing the main program for server process; for most server processes, this is the class atavism.server.engine.Engine. This main program is invoked using the Java reflection mechanism, because that way Trampoline doesn't directly reference the main class of the process.
java.lang.Throwable
public static java.util.Properties getProperties()