Package org.apache.ivy.plugins.parser.m2
Class PomReader.PomPluginElement
- java.lang.Object
-
- org.apache.ivy.plugins.parser.m2.PomReader.PomPluginElement
-
- All Implemented Interfaces:
PomDependencyMgt
- Enclosing class:
- PomReader
public class PomReader.PomPluginElement extends java.lang.Object implements PomDependencyMgt
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArtifactId()java.util.List<ModuleId>getExcludedModules()java.lang.StringgetGroupId()java.lang.StringgetScope()java.lang.StringgetVersion()
-
-
-
Method Detail
-
getGroupId
public java.lang.String getGroupId()
- Specified by:
getGroupIdin interfacePomDependencyMgt
-
getArtifactId
public java.lang.String getArtifactId()
- Specified by:
getArtifactIdin interfacePomDependencyMgt
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersionin interfacePomDependencyMgt
-
getScope
public java.lang.String getScope()
- Specified by:
getScopein interfacePomDependencyMgt
-
getExcludedModules
public java.util.List<ModuleId> getExcludedModules()
- Specified by:
getExcludedModulesin interfacePomDependencyMgt
-
-