public final class ComponentMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ComponentMetadata.ComponentMetadataBuilder
Builder for
ComponentMetadata .
|
Modifier and Type | Method and Description |
---|---|
org.everit.osgi.ecm.util.method.MethodDescriptor |
getActivate() |
AttributeMetadata>[] |
getAttributes() |
String |
getComponentId() |
String |
getConfigurationPid() |
ConfigurationPolicy |
getConfigurationPolicy() |
org.everit.osgi.ecm.util.method.MethodDescriptor |
getDeactivate() |
String |
getDescription() |
Icon[] |
getIcons()
Provides information about the
Icon s that can be displayed on configuration screens for the component.
|
String |
getLabel() |
String |
getLocalizationBase() |
ServiceMetadata[] |
getManualServices() |
ServiceMetadata |
getService() |
String |
getType() |
org.everit.osgi.ecm.util.method.MethodDescriptor |
getUpdate() |
org.osgi.framework.Version |
getVersion() |
boolean |
isMetatype() |
public org.everit.osgi.ecm.util.method.MethodDescriptor getActivate()
public AttributeMetadata>[] getAttributes()
public String getComponentId()
public String getConfigurationPid()
public ConfigurationPolicy getConfigurationPolicy()
public org.everit.osgi.ecm.util.method.MethodDescriptor getDeactivate()
public String getDescription()
public Icon[] getIcons()
Icon
s that can be displayed on configuration screens for the component.
public String getLabel()
public String getLocalizationBase()
public ServiceMetadata[] getManualServices()
public ServiceMetadata getService()
public String getType()
public org.everit.osgi.ecm.util.method.MethodDescriptor getUpdate()
public org.osgi.framework.Version getVersion()
public boolean isMetatype()
Copyright © 2011–2016 Everit Kft.. All rights reserved.