@Component(role=OverlayHelper.class, hint="default") public class DefaultOverlayHelper extends Object implements OverlayHelper
| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE_HINT |
ROLE| Constructor and Description |
|---|
DefaultOverlayHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateArchetype(File mavenHome,
Properties archetypeProperties)
Invokes the maven goal
archetype:generate with the appropriate properties. |
org.apache.maven.plugin.AbstractMojo |
getCaller() |
void |
setCaller(org.apache.maven.plugin.AbstractMojo caller) |
public static final String ROLE_HINT
public void generateArchetype(File mavenHome, Properties archetypeProperties) throws org.apache.maven.plugin.MojoExecutionException
archetype:generate with the appropriate properties.generateArchetype in interface OverlayHelperorg.apache.maven.plugin.MojoExecutionExceptionpublic void setCaller(org.apache.maven.plugin.AbstractMojo caller)
setCaller in interface OverlayHelperpublic org.apache.maven.plugin.AbstractMojo getCaller()
getCaller in interface OverlayHelperCopyright © 2013 Kualigan. All Rights Reserved.