Package org.operaton.spin
Class SpinFactory
java.lang.Object
org.operaton.spin.SpinFactory
- Direct Known Subclasses:
SpinFactoryImpl
- Author:
- Sebastian Menski, Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpinFactoryDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <T extends Spin<?>>
TcreateSpin(Object parameter) abstract <T extends Spin<?>>
TcreateSpin(Object parameter, String dataFormatName) abstract <T extends Spin<?>>
TcreateSpin(Object parameter, DataFormat<T> format)
-
Field Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.since 1.1, useServiceLoaderUtil#loadSingleService(SpinFactory.class)instead.The singleton instance of the SpinFactory.
-
-
Constructor Details
-
SpinFactory
public SpinFactory()
-
-
Method Details
-
createSpin
-
createSpin
-
createSpin
-
ServiceLoaderUtil#loadSingleService(SpinFactory.class)instead.