org.apache.ivy.core.module.descriptor
public interface ConfigurationAware
Method Summary | |
---|---|
void | addConfiguration(String confName)
Tells this object that it will now be part of the given configuration
|
String[] | getConfigurations()
Returns the configurations of the module to which the object is attached
|
Parameters: confName the name of the configuration to which the object is now attached
Returns: an array of configuration names to which the object is attached