| Package | Description |
|---|---|
| com.bc.ceres.core |
Provides low-level application classes for service registration,
progress monitoring and assertions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleTypeExtensionFactory<T,E>
An implementation of a
ExtensionFactory for a single extension type. |
| Modifier and Type | Method and Description |
|---|---|
abstract ExtensionFactory[] |
ExtensionManager.getExtensionFactories(Class<?> extensibleType)
Gets all extension factories registered for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExtensionManager.register(Class<?> extensibleType,
ExtensionFactory factory)
Registers an extension factory for the given extensible type.
|
abstract void |
ExtensionManager.unregister(Class<?> extensibleType,
ExtensionFactory factory)
Unregisters an extension factory for the given extensible type.
|
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.