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
DependencyDescriptor that provides access to the original
PomDependencyData.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivatePomDependencyDescriptor(PomReader.PomDependencyData pomDependencyData, ModuleDescriptor moduleDescriptor, ModuleRevisionId revisionId, boolean transitive) -
Method Summary
Modifier and TypeMethodDescriptionGet 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 Details
-
pomDependencyData
-
-
Constructor Details
-
PomDependencyDescriptor
private PomDependencyDescriptor(PomReader.PomDependencyData pomDependencyData, ModuleDescriptor moduleDescriptor, ModuleRevisionId revisionId, boolean transitive)
-
-
Method Details
-
getPomDependencyData
Get PomDependencyData.- Returns:
- PomDependencyData
-