|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.core.module.descriptor.DefaultExtendsDescriptor
public class DefaultExtendsDescriptor
| Constructor Summary | |
|---|---|
DefaultExtendsDescriptor(ModuleDescriptor parent,
java.lang.String location,
java.lang.String[] types)
|
|
DefaultExtendsDescriptor(ModuleDescriptor parent,
java.lang.String location,
java.lang.String[] types,
boolean local)
|
|
| 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. |
ModuleDescriptor |
getParentMd()
|
ModuleRevisionId |
getParentRevisionId()
get the module revision id of the declared parent descriptor |
ModuleRevisionId |
getResolvedParentRevisionId()
get the resolved revision id for ExtendsDescriptor.getParentRevisionId(), see
ModuleDescriptor.getResolvedModuleRevisionId() } |
boolean |
isAllInherited()
|
boolean |
isDescriptionInherited()
|
boolean |
isInfoInherited()
|
boolean |
isLocal()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultExtendsDescriptor(ModuleDescriptor parent,
java.lang.String location,
java.lang.String[] types)
public DefaultExtendsDescriptor(ModuleDescriptor parent,
java.lang.String location,
java.lang.String[] types,
boolean local)
| Method Detail |
|---|
public ModuleRevisionId getParentRevisionId()
ExtendsDescriptor
getParentRevisionId in interface ExtendsDescriptorpublic ModuleRevisionId getResolvedParentRevisionId()
ExtendsDescriptorExtendsDescriptor.getParentRevisionId(), see
ModuleDescriptor.getResolvedModuleRevisionId() }
getResolvedParentRevisionId in interface ExtendsDescriptorpublic ModuleDescriptor getParentMd()
getParentMd in interface ExtendsDescriptorpublic java.lang.String getLocation()
ExtendsDescriptor
getLocation in interface ExtendsDescriptorpublic java.lang.String[] getExtendsTypes()
ExtendsDescriptorinfo, description,
configurations, dependencies, and/or all.
Ivy extensions may add support for additional extends types.
getExtendsTypes in interface ExtendsDescriptorpublic boolean isAllInherited()
isAllInherited in interface ExtendsDescriptorall extend type is specified, implying all other typespublic boolean isInfoInherited()
isInfoInherited in interface ExtendsDescriptorpublic boolean isDescriptionInherited()
isDescriptionInherited in interface ExtendsDescriptorpublic boolean areConfigurationsInherited()
areConfigurationsInherited in interface ExtendsDescriptorpublic boolean areDependenciesInherited()
areDependenciesInherited in interface ExtendsDescriptorpublic boolean isLocal()
isLocal in interface ExtendsDescriptor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||