Class ExtensionPointInventoryAdapter
- java.lang.Object
-
- org.nuxeo.ecm.platform.management.adapters.ExtensionPointInventoryAdapter
-
- All Implemented Interfaces:
ExtensionPointInventoryMBean
public class ExtensionPointInventoryAdapter extends Object implements ExtensionPointInventoryMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionPoint
point
-
Constructor Summary
Constructors Constructor Description ExtensionPointInventoryAdapter(ExtensionPoint point)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getContributionsCount()
String
getDescription()
String
getName()
-
-
-
Field Detail
-
point
protected final ExtensionPoint point
-
-
Constructor Detail
-
ExtensionPointInventoryAdapter
public ExtensionPointInventoryAdapter(ExtensionPoint point)
-
-
Method Detail
-
getContributionsCount
public Integer getContributionsCount()
- Specified by:
getContributionsCount
in interfaceExtensionPointInventoryMBean
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceExtensionPointInventoryMBean
-
getName
public String getName()
- Specified by:
getName
in interfaceExtensionPointInventoryMBean
-
-