Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.0, 2.7-M0
-
Component/s: unsupported
-
Labels:None
Description
ProcessFactory should extend OptionalFactory.
Suppose you have a factory for processing which requires an external DLL (from a processing software) to let the process work.
Checking the isAvailable method allows to know whether all the required stuff is on place to enable the processing or not.