public interface IvyModuleDescriptor
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getBranch() | Returns the branch attribute of the info element in this descriptor. | 
| IvyExtraInfo | getExtraInfo() | Returns an  IvyExtraInforepresenting the "extra" info declared
 in this descriptor. | 
| String | getIvyStatus() | Returns the status attribute of the info element in this descriptor. | 
@Nullable String getBranch()
String getIvyStatus()
ComponentMetadataDetails interface in a component metadata rule.IvyExtraInfo getExtraInfo()
IvyExtraInfo representing the "extra" info declared
 in this descriptor.
 The extra info is the set of all non-standard subelements of the info element.
IvyExtraInfo representing the extra info declared in this descriptor