public interface ExtendsDescriptor
Modifier and Type | Method and Description |
---|---|
boolean |
areConfigurationsInherited() |
boolean |
areDependenciesInherited() |
java.lang.String[] |
getExtendsTypes()
Get the parts of the parent descriptor that are inherited.
|
java.lang.String |
getLocation()
If there is an explicit path to check for the parent descriptor, return it.
|
ModuleDescriptor |
getParentMd() |
ModuleRevisionId |
getParentRevisionId()
get the module revision id of the declared parent descriptor
|
ModuleRevisionId |
getResolvedParentRevisionId()
get the resolved revision id for
getParentRevisionId() , see
ModuleDescriptor.getResolvedModuleRevisionId() |
boolean |
isAllInherited() |
boolean |
isDescriptionInherited() |
boolean |
isInfoInherited() |
boolean |
isLocal() |
ModuleRevisionId getParentRevisionId()
ModuleRevisionId getResolvedParentRevisionId()
getParentRevisionId()
, see
ModuleDescriptor.getResolvedModuleRevisionId()
ModuleDescriptor getParentMd()
java.lang.String getLocation()
java.lang.String[] getExtendsTypes()
info
, description
, configurations
,
dependencies
, and/or all
. Ivy extensions may add support for
additional extends types.boolean isAllInherited()
all
extend type is specified, implying all other typesboolean isInfoInherited()
boolean isDescriptionInherited()
boolean areConfigurationsInherited()
boolean areDependenciesInherited()
boolean isLocal()