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