|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationAware
Objects implementing this interface are aware of module configurations, and can thus be added to configurations, and list their configurations.
Method Summary | |
---|---|
void |
addConfiguration(java.lang.String confName)
Tells this object that it will now be part of the given configuration |
java.lang.String[] |
getConfigurations()
Returns the configurations of the module to which the object is attached |
Method Detail |
---|
java.lang.String[] getConfigurations()
void addConfiguration(java.lang.String confName)
confName
- the name of the configuration to which the object is now attached
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |