Class PreprocessorService
java.lang.Object
org.eclipse.scanning.server.servlet.PreprocessorService
- All Implemented Interfaces:
IPreprocessorService
An OSGi service to aggregate the configured
IPreprocessors.
This class is an OSGi component. It should be accessed via the ServiceProvider,
i.e. ServiceProvider#getService(PreprocessorService.class).getPreprocessors()-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPreprocessor(IPreprocessor preprocessor) voidremovePreprocessor(IPreprocessor preprocessor)
-
Constructor Details
-
PreprocessorService
public PreprocessorService()
-
-
Method Details
-
addPreprocessor
- Specified by:
addPreprocessorin interfaceIPreprocessorService
-
removePreprocessor
- Specified by:
removePreprocessorin interfaceIPreprocessorService
-
getPreprocessors
- Specified by:
getPreprocessorsin interfaceIPreprocessorService
-