org.apache.ivy.core.module.descriptor
public class Configuration extends DefaultExtendableItem
| Nested Class Summary | |
|---|---|
| static class | Configuration.Visibility |
| Constructor Summary | |
|---|---|
| Configuration(String name)
Creates a new configuration.
| |
| Configuration(String name, Configuration.Visibility visibility, String description, String[] ext, boolean transitive, String deprecated)
Creates a new configuration.
| |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| static Collection | findConfigurationExtending(String conf, Configuration[] confs) |
| String | getDeprecated()
Returns the deprecation message, or null if not specified. |
| String | getDescription() |
| String[] | getExtends() |
| String | getName() |
| Configuration.Visibility | getVisibility() |
| int | hashCode() |
| boolean | isTransitive() |
| void | replaceWildcards(ModuleDescriptor md) |
| String | toString() |
Parameters: name the name of the configuration
Parameters: name the name of the configuration visibility the visibility of the configuration description a description ext the configurations to extend from transitive indicates if the configuration is transitive deprecated the deprecation message
Returns: Returns the deprecation message.
Returns: Returns the description. It may be null.
Returns: Returns the extends. May be empty, but never null.
Returns: Returns the name. Never null;
Returns: Returns the visibility. Never null.
Returns: Returns the transitive.