public class ExtensionInfoImpl extends BaseNuxeoArtifact implements ExtensionInfo
PROP_CONTRIB_ID, PROP_DOC, PROP_EXTENSION_POINT, PROP_TARGET_COMPONENT_NAME, TYPE_NAME| Constructor and Description |
|---|
ExtensionInfoImpl(ComponentInfoImpl component,
String xpoint) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactType() |
ComponentInfo |
getComponent() |
Object[] |
getContribution() |
List<ContributionItem> |
getContributionItems() |
String |
getDocumentation() |
String |
getDocumentationHtml() |
String |
getExtensionPoint() |
String |
getHierarchyPath() |
String |
getId() |
ComponentName |
getTargetComponentName() |
String |
getVersion() |
String |
getXml() |
void |
setContribution(Object[] contribution) |
void |
setDocumentation(String documentation) |
void |
setTargetComponentName(ComponentName targetComponentName) |
void |
setXml(String xml) |
getAssociatedDocumentsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocumentspublic ExtensionInfoImpl(ComponentInfoImpl component, String xpoint)
public String getExtensionPoint()
getExtensionPoint in interface ExtensionInfopublic String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic void setDocumentation(String documentation)
public String getDocumentation()
getDocumentation in interface ExtensionInfopublic String getDocumentationHtml()
getDocumentationHtml in interface ExtensionInfopublic ComponentName getTargetComponentName()
getTargetComponentName in interface ExtensionInfopublic void setTargetComponentName(ComponentName targetComponentName)
public Object[] getContribution()
public void setContribution(Object[] contribution)
public String getXml()
getXml in interface ExtensionInfopublic void setXml(String xml)
public String getVersion()
getVersion in interface NuxeoArtifactpublic String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic String getHierarchyPath()
getHierarchyPath in interface NuxeoArtifactpublic List<ContributionItem> getContributionItems()
getContributionItems in interface ExtensionInfopublic ComponentInfo getComponent()
getComponent in interface ExtensionInfoCopyright © 2013 Nuxeo SA. All Rights Reserved.