public final class FileTypeExtensionPoint<T> extends BaseKeyedLazyInstance<T> implements KeyedLazyInstance<T>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filetype |
java.lang.String |
implementationClass |
| Constructor and Description |
|---|
FileTypeExtensionPoint(java.lang.String filetype,
T instance) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getImplementationClassName() |
java.lang.String |
getKey() |
createInstance, getInstance, getLoaderForClass, getPluginDescriptor, setPluginDescriptorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic java.lang.String filetype
public java.lang.String implementationClass
public FileTypeExtensionPoint(java.lang.String filetype,
T instance)
protected java.lang.String getImplementationClassName()
getImplementationClassName in class BaseKeyedLazyInstance<T>public java.lang.String getKey()
getKey in interface KeyedLazyInstance<T>