Class ServiceReaderImpl
java.lang.Object
org.codice.ddf.admin.configurator.impl.ServiceReaderImpl
- All Implemented Interfaces:
org.codice.ddf.internal.admin.configurator.actions.ServiceReader
public class ServiceReaderImpl
extends Object
implements org.codice.ddf.internal.admin.configurator.actions.ServiceReader
This code is experimental. While this interface is functional and tested, it may change or be
removed in a future version of the library.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> SgetServiceReference(Class<S> serviceClass) <S> Set<S>getServices(Class<S> serviceClass, String filter)
-
Constructor Details
-
ServiceReaderImpl
public ServiceReaderImpl()
-
-
Method Details
-
getServiceReference
public <S> S getServiceReference(Class<S> serviceClass) throws org.codice.ddf.admin.configurator.ConfiguratorException - Specified by:
getServiceReferencein interfaceorg.codice.ddf.internal.admin.configurator.actions.ServiceReader- Throws:
org.codice.ddf.admin.configurator.ConfiguratorException
-
getServices
public <S> Set<S> getServices(Class<S> serviceClass, String filter) throws org.codice.ddf.admin.configurator.ConfiguratorException - Specified by:
getServicesin interfaceorg.codice.ddf.internal.admin.configurator.actions.ServiceReader- Throws:
org.codice.ddf.admin.configurator.ConfiguratorException
-