Package | Description |
---|---|
io.neba.core.resourcemodels.metadata |
Contains implementations representing the
resource model metadata
created during both resource model registration and usage. |
io.neba.core.resourcemodels.registration |
Resource models are detected during the construction phase of a bundle's application context
by the
ModelRegistrar . |
io.neba.core.util |
Modifier and Type | Method and Description |
---|---|
void |
ResourceModelMetaDataRegistrar.register(OsgiModelSource<?> modelSource)
Creates a new
ResourceModelMetaData for the model represented
by the provided model source. |
Modifier and Type | Method and Description |
---|---|
List<OsgiModelSource<?>> |
ModelRegistry.getModelSources() |
Modifier and Type | Method and Description |
---|---|
void |
ModelRegistry.add(String[] types,
OsgiModelSource<?> source)
Adds the type[] -&t; model relationship to the registry.
|
Modifier and Type | Method and Description |
---|---|
OsgiModelSource<T> |
ResolvedModelSource.getSource() |
Constructor and Description |
---|
ResolvedModelSource(OsgiModelSource<T> source,
String resourceType) |
Copyright © 2024. All rights reserved.