public class ComponentInventoryAdapter extends Object implements ComponentInventoryMBean
Modifier and Type | Field and Description |
---|---|
protected RegistrationInfo |
info |
Constructor and Description |
---|
ComponentInventoryAdapter(RegistrationInfo info) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getExtensionPointsCount() |
Set<String> |
getExtensionPointsName() |
String |
getName() |
Map<String,Property> |
getProperties() |
Set<String> |
getProvidedServices() |
Integer |
getProvidedServicesCount() |
String |
getVersion() |
protected final RegistrationInfo info
public ComponentInventoryAdapter(RegistrationInfo info)
public String getDescription()
getDescription
in interface ComponentInventoryMBean
public Integer getExtensionPointsCount()
getExtensionPointsCount
in interface ComponentInventoryMBean
public Set<String> getExtensionPointsName()
getExtensionPointsName
in interface ComponentInventoryMBean
public String getName()
getName
in interface ComponentInventoryMBean
public Map<String,Property> getProperties()
getProperties
in interface ComponentInventoryMBean
public Set<String> getProvidedServices()
getProvidedServices
in interface ComponentInventoryMBean
public Integer getProvidedServicesCount()
getProvidedServicesCount
in interface ComponentInventoryMBean
public String getVersion()
getVersion
in interface ComponentInventoryMBean
Copyright © 2016 Nuxeo SA. All rights reserved.