org.apache.ivy.plugins.parser.m2

Class PomReader.PomDependencyMgtElement

public class PomReader.PomDependencyMgtElement extends Object implements PomDependencyMgt

Method Summary
StringgetArtifactId()
ListgetExcludedModules()
StringgetGroupId()
StringgetScope()
StringgetVersion()

Method Detail

getArtifactId

public String getArtifactId()

getExcludedModules

public List getExcludedModules()

getGroupId

public String getGroupId()

getScope

public String getScope()

getVersion

public String getVersion()