public abstract class AbstractResolutionPluginFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
Constructor and Description |
---|
AbstractResolutionPluginFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDependencyIds()
Gets the ID of resolution plug-ins this plugin depends on.
|
String |
getPluginId()
Gets the unique ID of this plugin.
|
void |
setDependencyIds(Set<String> ids)
Sets the ID of resolution plug-ins this plugin depends on.
|
void |
setPluginId(String id)
Sets the unique ID of this plugin.
|
afterPropertiesSet, createInstance, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, getObjectType, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
public void setDependencyIds(Set<String> ids)
ids
- ID of attribute definitions this plugin depends onpublic Set<String> getDependencyIds()
public String getPluginId()
public void setPluginId(String id)
id
- unique ID of this pluginCopyright © 1999–2014. All rights reserved.