|
||||||||||
| 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.GenerateMojo
public class GenerateMojo
Goal to run rails generator script.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
AbstractGemMojo.UpdateCheckManager |
| Field Summary | |
|---|---|
protected java.lang.String |
generateArgs
arguments for the generate command |
protected java.lang.String |
generator
the name of the generator |
| Fields inherited from class de.saumya.mojo.rails.AbstractRailsMojo |
|---|
args, dir, env |
| Fields inherited from class de.saumya.mojo.gem.AbstractGemMojo |
|---|
includeOpenSSL, pluginArtifacts |
| Fields inherited from class de.saumya.mojo.jruby.AbstractJRubyMojo |
|---|
artifactFactory, artifacts, builder, 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 | |
|---|---|
GenerateMojo()
|
|
| Method Summary | |
|---|---|
protected void |
executeWithGems()
|
| Methods inherited from class de.saumya.mojo.rails.AbstractRailsMojo |
|---|
binDirectory, binScript, launchDirectory, railsScript |
| 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 generateArgs
protected java.lang.String generator
| Constructor Detail |
|---|
public GenerateMojo()
| Method Detail |
|---|
protected void executeWithGems()
throws org.apache.maven.plugin.MojoExecutionException
executeWithGems in class AbstractGemMojoorg.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||