Package com.helixframework.delta
Class DeltaEngines
java.lang.Object
com.helixframework.delta.DeltaEngines
Factory methods for creating
DeltaEngine instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaEnginecreate(DeltaOptions options) Creates an engine configured with the supplied options.static DeltaEngineCreates an engine configured with the library defaults.
-
Method Details
-
createDefault
Creates an engine configured with the library defaults.- Returns:
- default delta engine
-
create
Creates an engine configured with the supplied options.- Parameters:
options- engine options- Returns:
- configured delta engine
-