Class PomModuleDescriptorBuilder.PomModuleDescriptor
java.lang.Object
org.apache.ivy.core.module.descriptor.DefaultModuleDescriptor
org.apache.ivy.plugins.parser.m2.PomModuleDescriptorBuilder.PomModuleDescriptor
- All Implemented Interfaces:
DependencyDescriptorMediator, ModuleDescriptor, ArtifactInfo, ExtendableItem
- Enclosing class:
PomModuleDescriptorBuilder
-
Field Summary
Fields inherited from interface ModuleDescriptor
CALLER_ALL_CONFIGURATION, DEFAULT_CONFIGURATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDependency(DependencyDescriptor dependency) voidaddDependencyManagement(PomDependencyMgt dependencyMgt) Methods inherited from class DefaultModuleDescriptor
addArtifact, addConfiguration, addConflictManager, addDependencyDescriptorMediator, addExcludeRule, addExtraAttributeNamespace, addExtraInfo, addExtraInfo, addInheritedDescriptor, addLicense, canExclude, check, dependsOn, doesExclude, equals, getAllArtifacts, getAllDependencyDescriptorMediators, getAllExcludeRules, getArtifacts, getAttribute, getAttributes, getConfiguration, getConfigurations, getConfigurationsNames, getConflictManager, getDefaultConf, getDefaultConfMapping, getDependencies, getDescription, getExcludeRules, getExtraAttribute, getExtraAttributes, getExtraAttributesNamespaces, getExtraInfo, getExtraInfoByTagName, getExtraInfoContentByTagName, getExtraInfos, getHomePage, getInheritedDescriptors, getLastModified, getLicenses, getMetadataArtifact, getModuleRevisionId, getNamespace, getParser, getPublicationDate, getPublicConfigurationsNames, getQualifiedExtraAttributes, getResolvedModuleRevisionId, getResolvedPublicationDate, getResource, getRevision, getStatus, hashCode, isDefault, isMappingOverride, isNamespaceUseful, mediate, newBasicInstance, newCallerInstance, newCallerInstance, newDefaultInstance, newDefaultInstance, setDefault, setDefaultConf, setDefaultConfMapping, setDescription, setHomePage, setLastModified, setMappingOverride, setModuleArtifact, setModuleRevisionId, setNamespace, setPublicationDate, setResolvedModuleRevisionId, setResolvedPublicationDate, setStatus, toIvyFile, toString, transformInstance
-
Constructor Details
-
PomModuleDescriptor
-
-
Method Details
-
addDependencyManagement
-
getDependencyManagementMap
-
addDependency
- Overrides:
addDependencyin classDefaultModuleDescriptor
-