public class MavenPluginAdapter extends org.apache.maven.model.Plugin implements MavenPlugin
Plugin and MavenPlugin| Constructor and Description |
|---|
MavenPluginAdapter(MavenPlugin mavenPlugin) |
MavenPluginAdapter(org.apache.maven.model.Plugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfig()
Returns the
Configuration associated with this plugin, if any |
Coordinate |
getCoordinate()
Returns the
Coordinate represented by this plugin |
List<Dependency> |
getDirectDependencies() |
boolean |
isExtensionsEnabled() |
List<Execution> |
listExecutions()
Return the list of
Execution associated with this plugin, if any |
void |
setConfig(Configuration configuration) |
addDependency, addExecution, clone, constructKey, equals, flushExecutionMap, getArtifactId, getDependencies, getExecutions, getExecutionsAsMap, getExtensions, getGoals, getGroupId, getId, getKey, getVersion, hashCode, isExtensions, removeDependency, removeExecution, setArtifactId, setDependencies, setExecutions, setExtensions, setExtensions, setGoals, setGroupId, setVersion, toStringpublic MavenPluginAdapter(MavenPlugin mavenPlugin)
public MavenPluginAdapter(org.apache.maven.model.Plugin plugin)
public List<Execution> listExecutions()
MavenPluginExecution associated with this plugin, if anylistExecutions in interface MavenPluginpublic Configuration getConfig()
MavenPluginConfiguration associated with this plugin, if anygetConfig in interface MavenPluginpublic Coordinate getCoordinate()
MavenPluginCoordinate represented by this plugingetCoordinate in interface MavenPluginpublic boolean isExtensionsEnabled()
isExtensionsEnabled in interface MavenPluginpublic List<Dependency> getDirectDependencies()
getDirectDependencies in interface MavenPluginpublic void setConfig(Configuration configuration)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.