public class MavenPluginImpl extends Object implements MavenPlugin
| Constructor and Description |
|---|
MavenPluginImpl() |
MavenPluginImpl(MavenPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExecution(Execution execution) |
void |
addPluginDependency(org.jboss.forge.addon.dependencies.Dependency dependency) |
Configuration |
getConfig()
Returns the
Configuration associated with this plugin, if any |
org.jboss.forge.addon.dependencies.Coordinate |
getCoordinate()
Returns the
Coordinate represented by this plugin |
List<org.jboss.forge.addon.dependencies.Dependency> |
getDirectDependencies() |
boolean |
isExtensionsEnabled() |
List<Execution> |
listExecutions()
Return the list of
Execution associated with this plugin, if any |
void |
setConfiguration(Configuration configuration) |
void |
setCoordinate(org.jboss.forge.addon.dependencies.Coordinate coordinate) |
void |
setExtenstions(boolean extenstions) |
String |
toString() |
public MavenPluginImpl()
public MavenPluginImpl(MavenPlugin plugin)
public org.jboss.forge.addon.dependencies.Coordinate getCoordinate()
MavenPluginCoordinate represented by this plugingetCoordinate in interface MavenPluginpublic void setCoordinate(org.jboss.forge.addon.dependencies.Coordinate coordinate)
public Configuration getConfig()
MavenPluginConfiguration associated with this plugin, if anygetConfig in interface MavenPluginpublic List<Execution> listExecutions()
MavenPluginExecution associated with this plugin, if anylistExecutions in interface MavenPluginpublic boolean isExtensionsEnabled()
isExtensionsEnabled in interface MavenPluginpublic List<org.jboss.forge.addon.dependencies.Dependency> getDirectDependencies()
getDirectDependencies in interface MavenPluginpublic void setConfiguration(Configuration configuration)
public void addExecution(Execution execution)
public void setExtenstions(boolean extenstions)
public void addPluginDependency(org.jboss.forge.addon.dependencies.Dependency dependency)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.