de.saumya.mojo.gem
Class AbstractGemMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.saumya.mojo.jruby.AbstractJRubyMojo
de.saumya.mojo.gem.AbstractGemMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AbstractRailsMojo
public abstract class AbstractGemMojo
- extends AbstractJRubyMojo
| Fields inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
artifactFactory, artifacts, builder, classRealm, fork, gemHome, gemPath, home, launchDirectory, launchMemory, localRepository, metadata, outputDirectory, outputFile, project, remoteRepositories, resolver, verbose, version |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
binDirectory, binScript, execute, execute, execute, execute, execute, execute, executeScript, fileFromClassloader, launchDirectory, resolveJRUBYCompleteArtifact, resolveTransitively, setupEnv, setupEnv |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
includeOpenSSL
protected boolean includeOpenSSL
log
protected final Log log
AbstractGemMojo
public AbstractGemMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
setupGems
protected void setupGems(org.apache.maven.artifact.Artifact artifact)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
executeWithGems
protected abstract void executeWithGems()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2010. All Rights Reserved.