Package | Description |
---|---|
org.nuxeo.runtime.model.impl |
Modifier and Type | Method and Description |
---|---|
RegistrationInfoImpl |
DefaultRuntimeContext.createRegistrationInfo(InputStream in) |
RegistrationInfoImpl |
DefaultRuntimeContext.createRegistrationInfo(StreamRef ref) |
RegistrationInfoImpl |
ComponentRegistry.getComponent(ComponentName name) |
RegistrationInfoImpl[] |
ComponentRegistry.getComponentsArray() |
RegistrationInfoImpl |
ComponentDescriptorReader.read(RuntimeContext ctx,
InputStream in) |
RegistrationInfoImpl |
ComponentRegistry.removeComponent(ComponentName name) |
Modifier and Type | Method and Description |
---|---|
Collection<RegistrationInfoImpl> |
ComponentRegistry.getComponents() |
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentRegistry.addComponent(RegistrationInfoImpl ri) |
static void |
ComponentManagerImpl.loadContributions(RegistrationInfoImpl ri,
Extension xt) |
void |
ComponentManagerImpl.registerServices(RegistrationInfoImpl ri) |
void |
ComponentManagerImpl.unregisterServices(RegistrationInfoImpl ri) |
Constructor and Description |
---|
ComponentInstanceImpl(RegistrationInfoImpl ri) |
Copyright © 2015 Nuxeo SA. All rights reserved.