...
Code Block | ||||
---|---|---|---|---|
| ||||
@Override protected ServiceRegistration<?>\[\] registerService(IGBService igbService) throws Exception { return new ServiceRegistration\[\] { bundleContext.registerService(Operator.class, new SamplePluginMyPlugin(FileTypeCategory.Alignment), null), bundleContext.registerService(Operator.class, new SamplePluginMyPlugin(FileTypeCategory.Annotation), null), bundleContext.registerService(Operator.class, new SamplePluginMyPlugin(FileTypeCategory.ProbeSet), null) }; } |
...