|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendsDescriptor
Describes parent descriptor information for a module descriptor.
Method Summary | |
---|---|
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. |
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()
|
Method Detail |
---|
ModuleRevisionId getParentRevisionId()
ModuleRevisionId getResolvedParentRevisionId()
getParentRevisionId()
, see
ModuleDescriptor.getResolvedModuleRevisionId()
}
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |