Class RuntimeInventoryFactory
java.lang.Object
org.nuxeo.runtime.management.AbstractResourceFactory
org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory
- All Implemented Interfaces:
ResourceFactory
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
Field Summary
Fields inherited from class org.nuxeo.runtime.management.AbstractResourceFactory
descriptor, service
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bindTree()
protected void
doVisitInventory
(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback) protected void
doVisitInventoryComponent
(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, RegistrationInfo info) protected void
doVisitInventoryExtension
(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, Extension extension) protected void
doVisitInventoryExtensionPoint
(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, ExtensionPoint extensionPoint) void
void
Methods inherited from class org.nuxeo.runtime.management.AbstractResourceFactory
configure
-
Constructor Details
-
RuntimeInventoryFactory
public RuntimeInventoryFactory()
-
-
Method Details
-
registerResources
public void registerResources() -
bindTree
public void bindTree() -
unbindTree
public void unbindTree() -
doVisitInventory
protected void doVisitInventory(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback) -
doVisitInventoryComponent
protected void doVisitInventoryComponent(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, RegistrationInfo info) -
doVisitInventoryExtensionPoint
protected void doVisitInventoryExtensionPoint(org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryFactory.Callback callback, String name, String qualifiedName, ExtensionPoint extensionPoint) -
doVisitInventoryExtension
-