| Package | Description |
|---|---|
| de.intarsys.claptz | |
| de.intarsys.claptz.impl |
| Modifier and Type | Method and Description |
|---|---|
static IInstrumentRegistry |
InstrumentRegistry.get() |
IInstrumentRegistry |
IInstrument.getInstrumentRegistry()
The
IInstrumentRegistry where this IInstrument is
currently registered. |
| Modifier and Type | Method and Description |
|---|---|
static IExtension |
InstrumentTools.getLastExtension(IInstrumentRegistry registry,
String extensionPointId)
A tool method to simplify handling of "singleton" extensions, for example
configuration information.
|
static void |
InstrumentTools.installExtensions(IInstrumentRegistry registry,
String point,
IExtensionPointHandler functor)
Helper method to register all extensions to an extension point correctly.
|
static IInstrument |
InstrumentTools.lookupInstrument(IInstrumentRegistry registry,
String instrumentId) |
static IInstrument |
InstrumentTools.lookupOrCreateInstrument(IInstrumentRegistry registry,
String instrumentId,
IInstrumentStore store) |
static void |
InstrumentRegistry.set(IInstrumentRegistry registry) |
static void |
InstrumentTools.uninstallExtensions(IInstrumentRegistry registry,
String point,
IExtensionPointHandler functor)
Clean up artifacts / references to functor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInstrumentRegistry.Facade
The public portion of the InstrumentRegistry, which itself is never
leaked to client code.
|
| Modifier and Type | Method and Description |
|---|---|
IInstrumentRegistry |
StandardInstrumentRegistry.getFacade() |
IInstrumentRegistry |
StandardInstrument.Facade.getInstrumentRegistry() |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.