Class ExtensionImplementationManager
- java.lang.Object
-
- nl.elec332.util.implementationmanager.AbstractComparableServiceSelector<IExtensionImplementation>
-
- nl.elec332.util.implementationmanager.impl.ExtensionImplementationManager
-
- All Implemented Interfaces:
IServiceSelector<IExtensionImplementation>
public class ExtensionImplementationManager extends AbstractComparableServiceSelector<IExtensionImplementation>
Created by Elec332 on 21-4-2020
-
-
Constructor Summary
Constructors Constructor Description ExtensionImplementationManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<IExtensionImplementation>getType()-
Methods inherited from class nl.elec332.util.implementationmanager.AbstractComparableServiceSelector
getBestService
-
-
-
-
Method Detail
-
getType
public java.lang.Class<IExtensionImplementation> getType()
- Returns:
- The type this selector can process
-
-