public class Embedder
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ADDITIONAL_LIB_FOLDER  | 
| Constructor and Description | 
|---|
Embedder(java.lang.String className)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
init(java.util.Properties properties)
Uses reflection to invoke the init(Properties props) method on the loaderClass field 
 | 
java.lang.Class | 
load()
Loads the Class object for the className. 
 | 
public java.lang.Class load()
                     throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object init(java.util.Properties properties)
                      throws java.lang.Exception
properties - java.lang.Exception