public class QuoteHandlerEP extends AbstractExtensionPointBean implements KeyedLazyInstance<QuoteHandler>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
className |
static ExtensionPointName<KeyedLazyInstance<QuoteHandler>> |
EP_NAME |
java.lang.String |
fileType |
myPluginDescriptor
Constructor and Description |
---|
QuoteHandlerEP() |
Modifier and Type | Method and Description |
---|---|
QuoteHandler |
getInstance() |
java.lang.String |
getKey() |
findClass, findClass, findClassNoExceptions, findExtensionClass, getLoaderForClass, getPluginDescriptor, getPluginId, instantiate, instantiate, instantiate, instantiateClass, setPluginDescriptor
public static final ExtensionPointName<KeyedLazyInstance<QuoteHandler>> EP_NAME
public java.lang.String fileType
public java.lang.String className
public java.lang.String getKey()
getKey
in interface KeyedLazyInstance<QuoteHandler>
public QuoteHandler getInstance()
getInstance
in interface KeyedLazyInstance<QuoteHandler>