public class ManagedMethodMetaData extends ManagedMetaData
| Constructor and Description |
|---|
ManagedMethodMetaData(Method method,
ImpactType impactType)
Build a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(ManagedMethodParameterMetaData parameter) |
ImpactType |
getImpact() |
Method |
getMethod() |
String |
getName() |
Collection<ManagedMethodParameterMetaData> |
getParameters() |
getDescription, setDescriptionpublic ManagedMethodMetaData(Method method, ImpactType impactType) throws IllegalArgumentException
method - the methodimpactType - the access modeIllegalArgumentException - if the method is null or the impact is nullpublic String getName()
public ImpactType getImpact()
public Method getMethod()
public void addParameter(ManagedMethodParameterMetaData parameter)
public Collection<ManagedMethodParameterMetaData> getParameters()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.