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() |
Object[] |
getContribution() |
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) |
getAssociatedDocuments
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociatedDocuments
public ExtensionInfoImpl(ComponentInfoImpl component, String xpoint)
public String getExtensionPoint()
getExtensionPoint
in interface ExtensionInfo
public String getId()
getId
in interface NuxeoArtifact
getId
in class BaseNuxeoArtifact
public void setDocumentation(String documentation)
public String getDocumentation()
getDocumentation
in interface ExtensionInfo
public String getDocumentationHtml()
getDocumentationHtml
in interface ExtensionInfo
public ComponentName getTargetComponentName()
getTargetComponentName
in interface ExtensionInfo
public void setTargetComponentName(ComponentName targetComponentName)
public Object[] getContribution()
public void setContribution(Object[] contribution)
public String getXml()
getXml
in interface ExtensionInfo
public void setXml(String xml)
public String getVersion()
getVersion
in interface NuxeoArtifact
public String getArtifactType()
getArtifactType
in interface NuxeoArtifact
public String getHierarchyPath()
getHierarchyPath
in interface NuxeoArtifact
Copyright © 2011 Nuxeo SA. All Rights Reserved.