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 class
DefaultPomDependencyMgt
private static class
PomModuleDescriptorBuilder.PomPluginElement
class
PomReader.PomDependencyData
class
PomReader.PomDependencyMgtElement
class
PomReader.PomPluginElement
Fields 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. dependencyManagementMap
Methods 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 void
PomModuleDescriptorBuilder.PomModuleDescriptor. addDependencyManagement(PomDependencyMgt dependencyMgt)
void
PomModuleDescriptorBuilder. addDependencyMgt(PomDependencyMgt dep)
void
PomModuleDescriptorBuilder. addPlugin(PomDependencyMgt plugin)
private void
PomModuleDescriptorParser. addTo(PomModuleDescriptorBuilder mdBuilder, PomDependencyMgt dep, ParserSettings ivySettings)
-