Class PluginWrapper
java.lang.Object
org.apache.maven.plugins.enforcer.utils.PluginWrapper
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginWrapper
(org.apache.maven.model.Plugin plugin, String source) PluginWrapper
(org.apache.maven.model.ReportPlugin plugin, String source) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<PluginWrapper>
void
setArtifactId
(String artifactId) void
setGroupId
(String groupId) void
void
setVersion
(String version)
-
Field Details
-
groupId
-
artifactId
-
version
-
source
-
-
Constructor Details
-
PluginWrapper
-
PluginWrapper
-
-
Method Details
-
addAll
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getSource
-
setSource
-