Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Or, if you want a specific type of configurator (currently autoconf and property are the only supported types):

 

Code Block
languagejava
ServiceReference[] serviceRefs = bundleContext.getServiceReferences(Configurator.class.getName(), "(type=autoconf)");

 

...