Interface InheritableItem
-
- All Known Subinterfaces:
DependencyDescriptor
- All Known Implementing Classes:
Configuration,ConfigurationGroup,ConfigurationIntersection,DefaultDependencyDescriptor,PomModuleDescriptorBuilder.PomDependencyDescriptor
public interface InheritableItemInterface for elements that can be inherited from a parent descriptor by a child descriptor.- See Also:
Configuration,DependencyDescriptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModuleRevisionIdgetSourceModule()
-
-
-
Method Detail
-
getSourceModule
ModuleRevisionId getSourceModule()
- Returns:
- the module in which this item was actually defined, if different from the module in which the item appears. May be null.
-
-