org.apache.maven.plugins.enforcer.utils
Class PluginWrapper

java.lang.Object
  extended by org.apache.maven.plugins.enforcer.utils.PluginWrapper

public class PluginWrapper
extends Object


Constructor Summary
PluginWrapper(org.apache.maven.model.Plugin plugin, String source)
           
PluginWrapper(org.apache.maven.model.ReportPlugin plugin, String source)
           
 
Method Summary
static List<PluginWrapper> addAll(List<?> plugins, String source)
           
 String getArtifactId()
           
 String getGroupId()
           
 String getSource()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setSource(String source)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginWrapper

public PluginWrapper(org.apache.maven.model.Plugin plugin,
                     String source)

PluginWrapper

public PluginWrapper(org.apache.maven.model.ReportPlugin plugin,
                     String source)
Method Detail

addAll

public static List<PluginWrapper> addAll(List<?> plugins,
                                         String source)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getSource

public String getSource()

setSource

public void setSource(String source)


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.