org.apache.ivy.util
public final class ConfigurationUtils extends Object
| Method Summary | |
|---|---|
| static String[] | replaceWildcards(String[] confs, ModuleDescriptor md)
Replace the wildcards in the given configuration array, by the name of the given
ModuleDescriptor
The supported wildcards are:
null, all configurations
from the given module descriptor are returned, including if this array is empty.
|
null, all configurations
from the given module descriptor are returned, including if this array is empty.
Parameters: confs the configurations, can contain wildcards md the configurations where the wildcards are replaced
Returns: