Class ExtensionImplementationSelector
- java.lang.Object
-
- nl.elec332.util.implementationmanager.AbstractComparableServiceSelector<IExtensionImplementation>
-
- nl.elec332.util.implementationmanager.impl.selector.ExtensionImplementationSelector
-
- All Implemented Interfaces:
IServiceSelector<IExtensionImplementation>
public class ExtensionImplementationSelector extends AbstractComparableServiceSelector<IExtensionImplementation>
Created by Elec332 on 21-4-2020
-
-
Constructor Summary
Constructors Constructor Description ExtensionImplementationSelector()
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.elec332.util.implementationmanager.api.IServiceSelector
loadService
-
-
-
-
Method Detail
-
getType
public java.lang.Class<IExtensionImplementation> getType()
- Returns:
- The type this selector can process
-
-