|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.ide.ConfigItem
this is a class that represent the call of an aspect Method by a ModelElement
Constructor Summary | |
ConfigItem()
default constructor |
Method Summary | |
void |
addParam(String param)
|
AspectConfiguration |
getAspectConfiguration()
|
static Collection |
getAvailableAspects(ConfigItem item)
Gets available aspect configurations |
MethodItem |
getMethod()
|
ModelElement |
getModelElement()
|
List |
getParam()
|
static Collection |
getValidMethods(ConfigItem item)
search the aspect method that can be call by the ModelElement. |
void |
removeParam(String param)
|
void |
setAspectConfiguration(AspectConfiguration aspectConfiguration)
|
void |
setMethod(MethodItem newMethod)
|
void |
setModelElement(ModelElement modelElement)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigItem()
Method Detail |
public AspectConfiguration getAspectConfiguration()
public ModelElement getModelElement()
public List getParam()
public MethodItem getMethod()
public void setAspectConfiguration(AspectConfiguration aspectConfiguration)
aspectConfiguration
- the new Aspect for this ConfigItempublic void addParam(String param)
public void removeParam(String param)
public void setModelElement(ModelElement modelElement)
public void setMethod(MethodItem newMethod)
public String toString()
public static Collection getAvailableAspects(ConfigItem item)
public static final Collection getValidMethods(ConfigItem item) throws Exception
item
- the ConfigItem that should have a valid ModelElement and a valid AspectConfiguration.
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |