org.apache.ivy.plugins.parser.m2

Class PomModuleDescriptorBuilder.PomPluginElement

private static class PomModuleDescriptorBuilder.PomPluginElement extends Object implements PomDependencyMgt

Constructor Summary
PomPluginElement(String groupId, String artifactId, String version)
Method Summary
StringgetArtifactId()
ListgetExcludedModules()
StringgetGroupId()
StringgetScope()
StringgetVersion()

Constructor Detail

PomPluginElement

public PomPluginElement(String groupId, String artifactId, String version)

Method Detail

getArtifactId

public String getArtifactId()

getExcludedModules

public List getExcludedModules()

getGroupId

public String getGroupId()

getScope

public String getScope()

getVersion

public String getVersion()