|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.formulacompiler.runtime.EngineLoader.Config
public static class EngineLoader.Config
Configuration data for new instances of EngineLoader
.
FormulaRuntime.loadEngine(org.formulacompiler.runtime.EngineLoader.Config, InputStream)
Field Summary | |
---|---|
java.lang.ClassLoader |
parentClassLoader
The parent class loader to use for the loaded engine. |
Constructor Summary | |
---|---|
EngineLoader.Config()
|
Method Summary | |
---|---|
void |
validate()
Validates the configuration for missing or improperly set values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.ClassLoader parentClassLoader
Constructor Detail |
---|
public EngineLoader.Config()
Method Detail |
---|
public void validate()
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |