A B C D E F G H I J L M N P R S T U 

A

AbstractGemMojo - Class in de.saumya.mojo.gem
 
AbstractGemMojo() - Constructor for class de.saumya.mojo.gem.AbstractGemMojo
 
AbstractJRubyMojo - Class in de.saumya.mojo.jruby
Base for all JRuby mojos.
AbstractJRubyMojo() - Constructor for class de.saumya.mojo.jruby.AbstractJRubyMojo
 
args - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
common arguments
Command line -Dargs=...

B

binDirectory - Variable in class de.saumya.mojo.gem.AbstractGemMojo
directory of JRuby bin path to use when forking JRuby.

C

classRealm - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
classrealm for internal use.

D

de.saumya.mojo.gem - package de.saumya.mojo.gem
 
de.saumya.mojo.jruby - package de.saumya.mojo.jruby
 
de.saumya.mojo.rake - package de.saumya.mojo.rake
 
DEFAULT_JRUBY_VERSION - Static variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 

E

env - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
environment values passed on to the jruby process.
env - Variable in class de.saumya.mojo.rake.RailsMojo
either development or test or production or whatever else is possible with your config
execute() - Method in class de.saumya.mojo.gem.AbstractGemMojo
 
execute() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
execute() - Method in class de.saumya.mojo.rake.HelpMojo
executeJRuby() - Method in class de.saumya.mojo.gem.AbstractGemMojo
 
executeJRuby() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.AbstractGemMojo
 
executeWithGems() - Method in class de.saumya.mojo.rake.RailsMojo
 
executeWithGems() - Method in class de.saumya.mojo.rake.RakeMojo
 

F

factory - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 

G

gemHome - Variable in class de.saumya.mojo.gem.AbstractGemMojo
directory of gem home to use when forking JRuby.
gemPath - Variable in class de.saumya.mojo.gem.AbstractGemMojo
directory of JRuby path to use when forking JRuby.
gemsConfig - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 
gemsInstaller - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 
gemUseSystem - Variable in class de.saumya.mojo.gem.AbstractGemMojo
use system gems instead of setting up GemPath/GemHome inside the build directory and ignores any set gemHome and gemPath.
getJrubyVersion() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
getRemoteRepos() - Method in class de.saumya.mojo.gem.AbstractGemMojo
 

H

HelpMojo - Class in de.saumya.mojo.rake
Display help information on rake-maven-plugin.
Call
HelpMojo() - Constructor for class de.saumya.mojo.rake.HelpMojo
 

I

includeOpenSSL - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to include open-ssl gem or not
Command line -Dgem.includeOpenSSL=...
includeRubygemsInResources - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to include all gems to resources, i.e.
includeRubygemsInTestResources - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to include all gems to test-resources, i.e.
installRDoc - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to install rdocs of the used gems or not
Command line -Dgem.installRDoc=...
installRI - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to install ri of the used gems or not
Command line -Dgem.installRDoc=...

J

JRUBY_COMPLETE - Static variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
JRUBY_CORE - Static variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
JRUBY_STDLIB - Static variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
jrubyFork - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
fork the JRuby execution.
jrubyJvmArgs - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
jvm arguments for the java command executing jruby
Command line -Djruby.jvmargs=...
jrubySwitches - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
switches for the jruby command, like '--1.9'
Command line -Djruby.switches=...
jrubyVerbose - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
verbose jruby related output
Command line -Djruby.verbose=...

L

launchDirectory() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
libDirectory - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
directory with ruby sources - added to ruby loadpath only
Command line -Djruby.lib=...
localRepository - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
local repository for internal use.
logger - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 

M

manager - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 

N

newScriptFactory(Artifact) - Method in class de.saumya.mojo.gem.AbstractGemMojo
 
newScriptFactory(Artifact) - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 

P

plugin - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 
project - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
reference to maven project for internal use.

R

RailsMojo - Class in de.saumya.mojo.rake
goal to run rails rake with the given arguments.
RailsMojo() - Constructor for class de.saumya.mojo.rake.RailsMojo
 
rakeArgs - Variable in class de.saumya.mojo.rake.RailsMojo
arguments for the generate command
RakeMojo - Class in de.saumya.mojo.rake
maven wrapper around the rake command.
RakeMojo() - Constructor for class de.saumya.mojo.rake.RakeMojo
 
repositorySystem - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
resolveJRubyArtifact() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
resolveJRubyCompleteArtifact(String) - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
resolveJRubyStdlibArtifact(Artifact) - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
rubySourceDirectory - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
directory with ruby sources - added to java classpath and ruby loadpath
Command line -Djruby.sourceDirectory=...

S

supportNative - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag to indicate to setup jruby's native support for C-extensions
Command line -Dgem.supportNative=...

T

task - Variable in class de.saumya.mojo.rake.RailsMojo
the path to the application to be generated

U

unzip - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 
A B C D E F G H I J L M N P R S T U 

Copyright © 2013. All Rights Reserved.