|
||||||||||
| 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
de.saumya.mojo.rails.AbstractRailsMojo
de.saumya.mojo.rails.RakeMojo
public class RakeMojo
goal to run rails rake with the given arguments.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
AbstractGemMojo.UpdateCheckManager |
| Field Summary | |
|---|---|
protected java.lang.String |
rakeArgs
arguments for the generate command |
protected java.lang.String |
task
the path to the application to be generated |
| Fields inherited from class de.saumya.mojo.rails.AbstractRailsMojo |
|---|
args, basedir, railsDirectory |
| Fields inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
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 | |
|---|---|
RakeMojo()
|
|
| Method Summary | |
|---|---|
void |
executeWithGems()
|
| Methods inherited from class de.saumya.mojo.rails.AbstractRailsMojo |
|---|
hasPomFile, launchDirectory, railsDirectory |
| Methods inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
execute, execute |
| Methods inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
|---|
ensureGem, ensureGems, execute, execute, execute, execute, execute, fileFromClassloader, 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.lang.String rakeArgs
protected java.lang.String task
| Constructor Detail |
|---|
public RakeMojo()
| Method Detail |
|---|
public void executeWithGems()
throws org.apache.maven.plugin.MojoExecutionException
executeWithGems in class AbstractRailsMojoorg.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||