public interface ComponentInfo extends NuxeoArtifact
Modifier and Type | Field and Description |
---|---|
static String |
PROP_BUILT_IN_DOC |
static String |
PROP_COMPONENT_CLASS |
static String |
PROP_COMPONENT_ID |
static String |
PROP_COMPONENT_NAME |
static String |
PROP_IS_XML |
static String |
PROP_SERVICES |
static String |
TYPE_NAME |
Modifier and Type | Method and Description |
---|---|
BundleInfo |
getBundle() |
String |
getComponentClass() |
String |
getDocumentation() |
String |
getDocumentationHtml() |
ExtensionPointInfo |
getExtensionPoint(String name) |
Collection<ExtensionPointInfo> |
getExtensionPoints() |
Collection<ExtensionInfo> |
getExtensions() |
String |
getName() |
List<String> |
getServiceNames() |
List<ServiceInfo> |
getServices() |
String |
getXmlFileContent() |
String |
getXmlFileName() |
URL |
getXmlFileUrl() |
boolean |
isXmlPureComponent() |
getArtifactType, getAssociatedDocuments, getHierarchyPath, getId, getVersion
static final String TYPE_NAME
static final String PROP_COMPONENT_ID
static final String PROP_COMPONENT_NAME
static final String PROP_COMPONENT_CLASS
static final String PROP_BUILT_IN_DOC
static final String PROP_IS_XML
static final String PROP_SERVICES
BundleInfo getBundle()
Collection<ExtensionPointInfo> getExtensionPoints()
Collection<ExtensionInfo> getExtensions()
ExtensionPointInfo getExtensionPoint(String name)
String getDocumentation()
String getDocumentationHtml()
List<String> getServiceNames()
List<ServiceInfo> getServices()
String getComponentClass()
boolean isXmlPureComponent()
URL getXmlFileUrl()
String getXmlFileName()
String getXmlFileContent() throws IOException
IOException
Copyright © 2018 Nuxeo. All rights reserved.