Named
public interface IvyConfiguration extends Named
IvyPublication
, which will be published in the ivy descriptor file generated.Named.Namer
Modifier and Type | Method | Description |
---|---|---|
void |
extend(java.lang.String configuration) |
Add the name of a configuration that this configuration extends.
|
java.util.Set<java.lang.String> |
getExtends() |
The set of names of extended configurations, added via
extend(String) . |
void extend(java.lang.String configuration)
configuration
- The extended configuration namejava.util.Set<java.lang.String> getExtends()
extend(String)
.