public abstract class AbstractResolutionPluginFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
| コンストラクタと説明 |
|---|
AbstractResolutionPluginFactoryBean() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 © 2012. All Rights Reserved.