public class DefaultMavenPluginContext extends Object implements MavenPluginContext
Modifier and Type | Field and Description |
---|---|
protected Context |
context |
protected AbstractT7BaseMojo |
mojo |
Constructor and Description |
---|
DefaultMavenPluginContext(Context parent,
AbstractT7BaseMojo mojo) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
get(String key) |
PluginArtifactResolver |
getArtifactResolver() |
T7Configuration |
getConfiguration() |
PluginLog |
getLog() |
AbstractT7BaseMojo |
getMojo() |
void |
put(String key,
Object value) |
protected Context context
protected AbstractT7BaseMojo mojo
public DefaultMavenPluginContext(Context parent, AbstractT7BaseMojo mojo)
public PluginArtifactResolver getArtifactResolver()
getArtifactResolver
in interface Context
public T7Configuration getConfiguration()
getConfiguration
in interface Context
public AbstractT7BaseMojo getMojo()
getMojo
in interface MavenPluginContext
Copyright © 2012. All Rights Reserved.