Package org.apache.ivy.plugins.parser.m2
Class PomModuleDescriptorBuilder.PomDependencyDescriptor
- java.lang.Object
-
- org.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor
-
- org.apache.ivy.plugins.parser.m2.PomModuleDescriptorBuilder.PomDependencyDescriptor
-
- All Implemented Interfaces:
DependencyDescriptor,InheritableItem,ExtendableItem
- Enclosing class:
- PomModuleDescriptorBuilder
public static class PomModuleDescriptorBuilder.PomDependencyDescriptor extends DefaultDependencyDescriptor
DependencyDescriptorthat provides access to the originalPomDependencyData.
-
-
Field Summary
Fields Modifier and Type Field Description private PomReader.PomDependencyDatapomDependencyData
-
Constructor Summary
Constructors Modifier Constructor Description privatePomDependencyDescriptor(PomReader.PomDependencyData pomDependencyData, ModuleDescriptor moduleDescriptor, ModuleRevisionId revisionId, boolean transitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PomReader.PomDependencyDatagetPomDependencyData()Get PomDependencyData.-
Methods inherited from class org.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor
addDependencyArtifact, addDependencyConfiguration, addExcludeRule, addIncludeRule, asSystem, canExclude, clone, doesExclude, getAllDependencyArtifacts, getAllExcludeRules, getAllIncludeRules, getAttribute, getAttributes, getDependencyArtifacts, getDependencyArtifacts, getDependencyConfigurations, getDependencyConfigurations, getDependencyConfigurations, getDependencyId, getDependencyRevisionId, getDynamicConstraintDependencyRevisionId, getExcludeRules, getExcludeRules, getExtraAttribute, getExtraAttributes, getIncludeRules, getIncludeRules, getModuleConfigurations, getNamespace, getParentRevisionId, getQualifiedExtraAttributes, getSourceModule, isChanging, isForce, isTransitive, replaceFallbackConfigurationPattern, replaceSelfFallbackPattern, replaceThisFallbackPattern, toString, transformInstance, transformInstance
-
-
-
-
Field Detail
-
pomDependencyData
private final PomReader.PomDependencyData pomDependencyData
-
-
Constructor Detail
-
PomDependencyDescriptor
private PomDependencyDescriptor(PomReader.PomDependencyData pomDependencyData, ModuleDescriptor moduleDescriptor, ModuleRevisionId revisionId, boolean transitive)
-
-
Method Detail
-
getPomDependencyData
public PomReader.PomDependencyData getPomDependencyData()
Get PomDependencyData.- Returns:
- PomDependencyData
-
-