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.String
getArtifactId()
java.util.List<ModuleId>
getExcludedModules()
java.lang.String
getGroupId()
java.lang.String
getScope()
java.lang.String
getVersion()
-
-
-
Method Detail
-
getGroupId
public java.lang.String getGroupId()
- Specified by:
getGroupId
in interfacePomDependencyMgt
-
getArtifactId
public java.lang.String getArtifactId()
- Specified by:
getArtifactId
in interfacePomDependencyMgt
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interfacePomDependencyMgt
-
getScope
public java.lang.String getScope()
- Specified by:
getScope
in interfacePomDependencyMgt
-
getExcludedModules
public java.util.List<ModuleId> getExcludedModules()
- Specified by:
getExcludedModules
in interfacePomDependencyMgt
-
-