org.formulacompiler.runtime
Class EngineLoader.Config

java.lang.Object
  extended by org.formulacompiler.runtime.EngineLoader.Config
Enclosing interface:
EngineLoader

public static class EngineLoader.Config
extends java.lang.Object

Configuration data for new instances of EngineLoader.

Author:
peo
See Also:
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

parentClassLoader

public java.lang.ClassLoader parentClassLoader
The parent class loader to use for the loaded engine.

Constructor Detail

EngineLoader.Config

public EngineLoader.Config()
Method Detail

validate

public void validate()
Validates the configuration for missing or improperly set values.

Throws:
java.lang.IllegalArgumentException