|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
de.saumya.mojo.jruby.AbstractJRubyMojo
de.saumya.mojo.gem.AbstractGemMojo
public abstract class AbstractGemMojo
| 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 |
|---|
protected java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts
| Constructor Detail |
|---|
public AbstractGemMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public void execute(java.util.Collection<org.apache.maven.artifact.Artifact> artifacts)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected abstract void executeWithGems()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||