Detailed Description
Abstract base class that exposes the common options that all 51Degrees on-premise engine builders should make use of.
- Parameters
-
- <TBuilder> - the specific builder type to use as the return type from the fluent builder methods
|
- <TEngine> - the type of the engine that this builder will build
|
Inheritance diagram for fiftyone.pipeline.engines.flowelements.OnPremiseAspectEngineBuilderBase< TBuilder extends OnPremiseAspectEngineBuilderBase< TBuilder, TEngine, TEngine extends OnPremiseAspectEngine >:
Collaboration diagram for fiftyone.pipeline.engines.flowelements.OnPremiseAspectEngineBuilderBase< TBuilder extends OnPremiseAspectEngineBuilderBase< TBuilder, TEngine, TEngine extends OnPremiseAspectEngine >:
Protected Member Functions
void
| configureEngine (TEngine engine) throws Exception
|
AspectEngineDataFile
| newAspectEngineDataFile ()
Create a new empty data file instance to be populated with the details of the data file to be used. More...
|
|
List< String >
| getProperties ()
Get the list of properties that have been added to the builder. More...
|
void
| configureEngine (TEngine engine) throws Exception
|
void
| preCreateEngine ()
Called by the buildEngine() method to handle anything that needs doing before the engine is built. More...
|
abstract TEngine
| newEngine (List< String > properties) throws Exception
|
TEngine
| buildEngine () throws Exception
Build an engine using the configured options. More...
|