@Component(role=FetchKeys.class) public class FetchKeysImpl extends Object implements FetchKeys
| Constructor and Description |
|---|
FetchKeysImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setIncludes(String includes) |
void |
setProject(org.apache.maven.project.MavenProject project) |
void |
setTargetDirectory(File targetDirectory) |
void |
setZipUnArchiver(org.codehaus.plexus.archiver.UnArchiver zipUnArchiver) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
public void setZipUnArchiver(org.codehaus.plexus.archiver.UnArchiver zipUnArchiver)
public void setProject(org.apache.maven.project.MavenProject project)
setProject in interface FetchKeyspublic void setTargetDirectory(File targetDirectory)
setTargetDirectory in interface FetchKeyspublic void setIncludes(String includes)
setIncludes in interface FetchKeysCopyright © 2014. All Rights Reserved.