public interface IvyModuleDescriptor
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.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. | 
| java.lang.String | getIvyStatus() | Returns the status attribute of the info element in this descriptor. | 
@Nullable java.lang.String getBranch()
java.lang.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