public abstract class ConfigurationToEndpoint
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ConfigurationToEndpoint.ApiToEndpoint  | 
| Modifier and Type | Field and Description | 
|---|---|
protected org.eclipse.core.runtime.IConfigurationElement | 
configElement  | 
protected org.eclipse.core.runtime.IExtension | 
extension  | 
protected static org.slf4j.Logger | 
logger  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ConfigurationToEndpoint(org.eclipse.core.runtime.IConfigurationElement configElement,
                       org.eclipse.core.runtime.IExtension extension)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Endpoint | 
get()  | 
static ConfigurationToEndpoint | 
getInstance(org.eclipse.core.runtime.IExtension extension,
           org.eclipse.core.runtime.IConfigurationElement configElement)  | 
protected static final org.slf4j.Logger logger
protected final org.eclipse.core.runtime.IConfigurationElement configElement
protected final org.eclipse.core.runtime.IExtension extension
protected ConfigurationToEndpoint(org.eclipse.core.runtime.IConfigurationElement configElement,
                                  org.eclipse.core.runtime.IExtension extension)
public abstract Endpoint get()
public static ConfigurationToEndpoint getInstance(org.eclipse.core.runtime.IExtension extension, org.eclipse.core.runtime.IConfigurationElement configElement)
Copyright © 2021. All Rights Reserved.