de.saumya.mojo.gem
Class AbstractGemMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by de.saumya.mojo.jruby.AbstractJRubyMojo
          extended by de.saumya.mojo.gem.AbstractGemMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
RakeMojo

public abstract class AbstractGemMojo
extends AbstractJRubyMojo


Field Summary
protected  boolean includeOpenSSL
           
protected  Log log
           
 
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
 
Constructor Summary
AbstractGemMojo()
           
 
Method Summary
 void execute()
           
protected abstract  void executeWithGems()
           
protected  void setupGems(org.apache.maven.artifact.Artifact artifact)
           
 
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
 

Field Detail

includeOpenSSL

protected boolean includeOpenSSL

log

protected final Log log
Constructor Detail

AbstractGemMojo

public AbstractGemMojo()
Method Detail

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.