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 Details

    • ServiceReaderImpl

      public ServiceReaderImpl()
  • Method Details

    • getServiceReference

      public <S> S getServiceReference(Class<S> serviceClass) throws org.codice.ddf.admin.configurator.ConfiguratorException
      Specified by:
      getServiceReference in interface org.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:
      getServices in interface org.codice.ddf.internal.admin.configurator.actions.ServiceReader
      Throws:
      org.codice.ddf.admin.configurator.ConfiguratorException