|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.util.ConfigurationUtils
public final class ConfigurationUtils
Class containing several utility methods for working with configurations.
Method Summary | |
---|---|
static java.lang.String[] |
replaceWildcards(java.lang.String[] confs,
ModuleDescriptor md)
Replace the wildcards in the given configuration array, by the name of the given ModuleDescriptor The supported wildcards are: * : all configurations *(public) : all public configurations *(private) : all private configurations If the given array of configurations is null , all configurations
from the given module descriptor are returned, including if this array is empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String[] replaceWildcards(java.lang.String[] confs, ModuleDescriptor md)
null
, all configurations
from the given module descriptor are returned, including if this array is empty.
confs
- the configurations, can contain wildcardsmd
- the configurations where the wildcards are replaced
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |