|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jac.ide.ModelElement
org.objectweb.jac.ide.AspectConfiguration
Constructor Summary | |
AspectConfiguration()
|
|
AspectConfiguration(String aspectName)
|
Method Summary | |
void |
addConfigItem(ConfigItem config)
add a new ConfigItem on this Element |
boolean |
canReload()
|
Application |
getApplication()
Get the value of application. |
Aspect |
getAspect()
Get the value of aspect. |
String |
getConfigurationCode()
Get the value of configurationCode. |
Collection |
getConfigurationMethods()
Returns all the configuration methods of the aspect |
static Set |
getDeclaredAspects(Object substance)
|
String |
getDefaultConfigurationCode()
Get the value of defaultConfigurationCode. |
String |
getName()
Get the value of name. |
boolean |
isWoven()
Get the value of woven. |
void |
reload()
Reloads the configuration in the running process. |
void |
removeConfigItem(ConfigItem config)
remove an ConfigItem |
void |
setApplication(Application v)
Set the value of application. |
void |
setAspect(Aspect v)
Set the value of aspect. |
void |
setConfigurationCode(String v)
Set the value of configurationCode. |
void |
setDefaultConfigurationCode(String v)
Set the value of defaultConfigurationCode. |
void |
setName(String v)
Set the value of name. |
void |
setWoven(boolean v)
Set the value of woven. |
String |
toString()
|
Methods inherited from class org.objectweb.jac.ide.ModelElement |
addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, getLinks, getType, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AspectConfiguration()
public AspectConfiguration(String aspectName)
Method Detail |
public String toString()
public Application getApplication()
public void setApplication(Application v)
v
- Value to assign to application.public String getName()
getName
in class ModelElement
public void setName(String v)
setName
in class ModelElement
v
- Value to assign to name.public static Set getDeclaredAspects(Object substance)
public Aspect getAspect()
public void setAspect(Aspect v)
v
- Value to assign to aspect.public boolean isWoven()
public void setWoven(boolean v)
v
- Value to assign to woven.public boolean canReload()
public void reload() throws Throwable
Throwable
public String getConfigurationCode()
public void setConfigurationCode(String v)
v
- Value to assign to configurationCode.public String getDefaultConfigurationCode()
public void setDefaultConfigurationCode(String v)
v
- Value to assign to defaultConfigurationCode.public void addConfigItem(ConfigItem config)
addConfigItem
in class ModelElement
config
- the new ConfigItempublic void removeConfigItem(ConfigItem config)
config
- the ConfigItempublic Collection getConfigurationMethods()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |