Uses of Interface
org.apache.ivy.plugins.parser.m2.PomDependencyMgt
-
Packages that use PomDependencyMgt Package Description org.apache.ivy.plugins.parser.m2 -
-
Uses of PomDependencyMgt in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement PomDependencyMgt Modifier and Type Class Description classDefaultPomDependencyMgtprivate static classPomModuleDescriptorBuilder.PomPluginElementclassPomReader.PomDependencyDataclassPomReader.PomDependencyMgtElementclassPomReader.PomPluginElementFields in org.apache.ivy.plugins.parser.m2 with type parameters of type PomDependencyMgt Modifier and Type Field Description private java.util.Map<ModuleId,PomDependencyMgt>PomModuleDescriptorBuilder.PomModuleDescriptor. dependencyManagementMapMethods in org.apache.ivy.plugins.parser.m2 that return types with arguments of type PomDependencyMgt Modifier and Type Method Description java.util.Map<ModuleId,PomDependencyMgt>PomModuleDescriptorBuilder.PomModuleDescriptor. getDependencyManagementMap()static java.util.List<PomDependencyMgt>PomModuleDescriptorBuilder. getDependencyManagements(ModuleDescriptor md)java.util.List<PomDependencyMgt>PomReader. getDependencyMgt()private java.util.List<PomDependencyMgt>PomReader. getDependencyMgt(org.w3c.dom.Element parent)java.util.List<PomDependencyMgt>PomReader.PomProfileElement. getDependencyMgt()static java.util.List<PomDependencyMgt>PomModuleDescriptorBuilder. getPlugins(ModuleDescriptor md)Methods in org.apache.ivy.plugins.parser.m2 with parameters of type PomDependencyMgt Modifier and Type Method Description voidPomModuleDescriptorBuilder.PomModuleDescriptor. addDependencyManagement(PomDependencyMgt dependencyMgt)voidPomModuleDescriptorBuilder. addDependencyMgt(PomDependencyMgt dep)voidPomModuleDescriptorBuilder. addPlugin(PomDependencyMgt plugin)private voidPomModuleDescriptorParser. addTo(PomModuleDescriptorBuilder mdBuilder, PomDependencyMgt dep, ParserSettings ivySettings)
-