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:
AbstractRailsMojo

public abstract class AbstractGemMojo
extends AbstractJRubyMojo


Nested Class Summary
 class AbstractGemMojo.UpdateCheckManager
           
 
Field Summary
protected  java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts
           
 
Fields inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo
artifactFactory, artifacts, builder, fork, gemHome, gemPath, jrubyHome, jrubyLaunchMemory, jrubyVersion, launchDirectory, localRepository, metadata, outputDirectory, outputFile, project, remoteRepositories, resolver, verbose
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractGemMojo()
           
 
Method Summary
 void execute()
           
 void execute(java.util.Collection<org.apache.maven.artifact.Artifact> artifacts)
           
protected abstract  void executeWithGems()
           
 
Methods inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo
ensureGem, ensureGems, execute, execute, execute, execute, execute, fileFromClassloader, launchDirectory, resolveTransitively
 
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

pluginArtifacts

protected java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts
Constructor Detail

AbstractGemMojo

public AbstractGemMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

execute

public void execute(java.util.Collection<org.apache.maven.artifact.Artifact> artifacts)
             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.