public class ConnectorDiscoveryExtensionReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CERTIFICATION |
static java.lang.String |
CONNECTOR_CATEGORY |
static java.lang.String |
CONNECTOR_DESCRIPTOR |
static Tag[] |
DEFAULT_TAGS |
static Tag |
DOCUMENT |
static java.lang.String |
EXTENSION_POINT_ID |
static java.lang.String |
FEATURE_FILTER |
static java.lang.String |
GROUP |
static java.lang.String |
ICON |
static java.lang.String |
OVERVIEW |
static Tag |
TASK |
static Tag |
VCS |
| Constructor and Description |
|---|
ConnectorDiscoveryExtensionReader() |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
fromValue(java.lang.String value)
return the enum constant whose
value is the same as the given value. |
java.util.Set<Tag> |
getTags() |
<T extends Certification> |
readCertification(IConfigurationElement element,
java.lang.Class<T> clazz) |
CatalogCategory |
readConnectorCategory(IConfigurationElement element) |
<T extends CatalogCategory> |
readConnectorCategory(IConfigurationElement element,
java.lang.Class<T> clazz) |
CatalogItem |
readConnectorDescriptor(IConfigurationElement element) |
<T extends CatalogItem> |
readConnectorDescriptor(IConfigurationElement element,
java.lang.Class<T> clazz) |
FeatureFilter |
readFeatureFilter(IConfigurationElement element) |
Group |
readGroup(IConfigurationElement element) |
Icon |
readIcon(IConfigurationElement element) |
Overview |
readOverview(IConfigurationElement element) |
public static final java.lang.String EXTENSION_POINT_ID
public static final java.lang.String CONNECTOR_DESCRIPTOR
public static final java.lang.String CONNECTOR_CATEGORY
public static final java.lang.String CERTIFICATION
public static final java.lang.String ICON
public static final java.lang.String OVERVIEW
public static final java.lang.String FEATURE_FILTER
public static final java.lang.String GROUP
public static Tag DOCUMENT
public static Tag TASK
public static Tag VCS
public static final Tag[] DEFAULT_TAGS
public static Tag fromValue(java.lang.String value)
throws java.lang.IllegalArgumentException
value is the same as the given value.value - the string value, or nulljava.lang.IllegalArgumentException - if the given value does not correspond to any enum constantpublic java.util.Set<Tag> getTags()
public CatalogItem readConnectorDescriptor(IConfigurationElement element)
throws ValidationException
ValidationExceptionpublic <T extends CatalogItem> T readConnectorDescriptor(IConfigurationElement element,
java.lang.Class<T> clazz)
throws ValidationException
ValidationExceptionpublic CatalogCategory readConnectorCategory(IConfigurationElement element)
throws ValidationException
ValidationExceptionpublic <T extends CatalogCategory> T readConnectorCategory(IConfigurationElement element,
java.lang.Class<T> clazz)
throws ValidationException
ValidationExceptionpublic <T extends Certification> T readCertification(IConfigurationElement element,
java.lang.Class<T> clazz)
throws ValidationException
ValidationExceptionpublic Icon readIcon(IConfigurationElement element)
throws ValidationException
ValidationExceptionpublic Overview readOverview(IConfigurationElement element)
throws ValidationException
ValidationExceptionpublic FeatureFilter readFeatureFilter(IConfigurationElement element)
throws ValidationException
ValidationExceptionpublic Group readGroup(IConfigurationElement element)
throws ValidationException
ValidationException