org.formulacompiler.runtime
Class EngineLoader.Config
java.lang.Object
org.formulacompiler.runtime.EngineLoader.Config
- Enclosing interface:
- EngineLoader
public static class EngineLoader.Config
- extends Object
Configuration data for new instances of EngineLoader
.
- Author:
- peo
- See Also:
FormulaRuntime.loadEngine(org.formulacompiler.runtime.EngineLoader.Config, InputStream)
Method Summary |
void |
validate()
Validates the configuration for missing or improperly set values. |
parentClassLoader
public ClassLoader parentClassLoader
- The parent class loader to use for the loaded engine.
EngineLoader.Config
public EngineLoader.Config()
validate
public void validate()
- Validates the configuration for missing or improperly set values.
- Throws:
IllegalArgumentException