Uses of Interface
org.apache.ivy.plugins.parser.m2.PomDependencyMgt
Packages that use PomDependencyMgt
-
Uses of PomDependencyMgt in org.apache.ivy.plugins.parser.m2
Classes in org.apache.ivy.plugins.parser.m2 that implement PomDependencyMgtModifier and TypeClassDescriptionclass
private static class
class
class
class
Fields in org.apache.ivy.plugins.parser.m2 with type parameters of type PomDependencyMgtModifier and TypeFieldDescriptionprivate final Map<ModuleId,
PomDependencyMgt> PomModuleDescriptorBuilder.PomModuleDescriptor.dependencyManagementMap
Methods in org.apache.ivy.plugins.parser.m2 that return types with arguments of type PomDependencyMgtModifier and TypeMethodDescriptionPomModuleDescriptorBuilder.PomModuleDescriptor.getDependencyManagementMap()
static List<PomDependencyMgt>
PomModuleDescriptorBuilder.getDependencyManagements
(ModuleDescriptor md) PomReader.getDependencyMgt()
private List<PomDependencyMgt>
PomReader.getDependencyMgt
(Element parent) PomReader.PomProfileElement.getDependencyMgt()
static List<PomDependencyMgt>
PomModuleDescriptorBuilder.getPlugins
(ModuleDescriptor md) Methods in org.apache.ivy.plugins.parser.m2 with parameters of type PomDependencyMgtModifier and TypeMethodDescriptionvoid
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)