public class ExtensionPointParam extends Object
| Constructor and Description |
|---|
ExtensionPointParam() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getContributionClass()
Get contribution description class of the extension point
|
String |
getName()
Get the name of the extension point
|
Object |
getTarget()
Get target bean of the extension point
|
String |
getTargetName()
Get target bean name of the extension point
|
void |
setContributionClass(Class<?> contributionClass)
Set contribution description class of the extension point
|
void |
setName(String name)
Set the name of the extension point
|
void |
setTarget(Object target)
Set the target bean of the extension point
|
void |
setTargetName(String targetName)
Set the target bean name of the extension point
|
public String getName()
public void setName(String name)
name - The name of the extension pointpublic String getTargetName()
public void setTargetName(String targetName)
targetName - The target bean name of the extension pointpublic Object getTarget()
public void setTarget(Object target)
target - The target bean of the extension pointpublic Class<?> getContributionClass()
public void setContributionClass(Class<?> contributionClass)
contributionClass - The contribution description class of the extension pointCopyright © 2021. All rights reserved.