public class WeigherExtensionPoint extends AbstractExtensionPointBean implements KeyedLazyInstance<Weigher>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
id |
java.lang.String |
implementationClass |
java.lang.String |
key |
myPluginDescriptor
Constructor and Description |
---|
WeigherExtensionPoint() |
Modifier and Type | Method and Description |
---|---|
Weigher |
getInstance() |
java.lang.String |
getKey() |
findClass, findClass, findClassNoExceptions, findExtensionClass, getLoaderForClass, getPluginDescriptor, getPluginId, instantiate, instantiate, instantiate, instantiateClass, setPluginDescriptor
public java.lang.String key
public java.lang.String implementationClass
public java.lang.String id
public Weigher getInstance()
getInstance
in interface KeyedLazyInstance<Weigher>
public java.lang.String getKey()
getKey
in interface KeyedLazyInstance<Weigher>