A B C D E F G H I J L M N O 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
 
addMetadata(ArtifactMetadata) - Method in class de.saumya.mojo.gem.GemArtifact
 
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.
builder - Variable in class de.saumya.mojo.gem.GemifyMojo
 

C

classRealm - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
classrealm for internal use.
compareTo(Artifact) - Method in class de.saumya.mojo.gem.GemArtifact
 

D

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

E

execArgs - Variable in class de.saumya.mojo.gem.ExecMojo
arguments for the ruby script given through file parameter.
ExecMojo - Class in de.saumya.mojo.gem
executes a ruby script in context of the gems from pom.
ExecMojo() - Constructor for class de.saumya.mojo.gem.ExecMojo
 
execute() - Method in class de.saumya.mojo.gem.ExecMojo
 
execute() - Method in class de.saumya.mojo.gem.HelpMojo
execute() - Method in class de.saumya.mojo.gem.IrbMojo
 
execute() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
ExecuteInPhaseMojo - Class in de.saumya.mojo.gem
the mojo allows to embed a plugin inside a Gemfile (from bundler) and execute it during the specified phase.
ExecuteInPhaseMojo() - Constructor for class de.saumya.mojo.gem.ExecuteInPhaseMojo
 
executeJRuby() - Method in class de.saumya.mojo.gem.AbstractGemMojo
 
executeJRuby() - Method in class de.saumya.mojo.gem.GemifyMojo
 
executeJRuby() - Method in class de.saumya.mojo.gem.PackageMojo
 
executeJRuby() - Method in class de.saumya.mojo.gem.PomMojo
 
executeJRuby() - Method in class de.saumya.mojo.gem.SpecMojo
Deprecated.  
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.gem.ExecMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.ExecuteInPhaseMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.GemifyMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.GemMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.InitializeMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.InstallMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.IrbMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.ListMojo
Deprecated.  
executeWithGems() - Method in class de.saumya.mojo.gem.PackageMojo
 
executeWithGems() - Method in class de.saumya.mojo.gem.PushMojo
 

F

factory - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
file - Variable in class de.saumya.mojo.gem.ExecMojo
ruby file which gets executed in context of the given gems..
file - Variable in class de.saumya.mojo.gem.ExecuteInPhaseMojo
 
force - Variable in class de.saumya.mojo.gem.PomMojo
force overwrite of an existing pom
Command line -Dpom.force=...

G

gem - Variable in class de.saumya.mojo.gem.InstallMojo
gem file to install locally.
Note: this will install the gem in ${gem.home} so in general that is only useful if some other goal does something with it
Command line -Dgem=...
gem - Variable in class de.saumya.mojo.gem.PushMojo
arguments for the ruby script given through file parameter.
gemArgs - Variable in class de.saumya.mojo.gem.GemMojo
arguments for the gem command of JRuby.
GemArtifact - Class in de.saumya.mojo.gem
 
GemArtifact(MavenProject) - Constructor for class de.saumya.mojo.gem.GemArtifact
 
gemfile - Variable in class de.saumya.mojo.gem.PomMojo
use Gemfile to generate a pom
Command line -Dpom.gemfile=...
gemfile - Variable in class de.saumya.mojo.gem.SpecMojo
Deprecated. arguments for the gem command of JRuby.
gemHome - Variable in class de.saumya.mojo.gem.AbstractGemMojo
directory of gem home to use when forking JRuby.
GemifyMojo - Class in de.saumya.mojo.gem
goal to convert that artifact into a gem.
GemifyMojo() - Constructor for class de.saumya.mojo.gem.GemifyMojo
 
GemMojo - Class in de.saumya.mojo.gem
goal to run gem with the given arguments.
GemMojo() - Constructor for class de.saumya.mojo.gem.GemMojo
 
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
 
gemspec - Variable in class de.saumya.mojo.gem.PomMojo
use a gemspec file to generate a pom
Command line -Dpom.gemspec=...
getArtifactHandler() - Method in class de.saumya.mojo.gem.GemArtifact
 
getArtifactId() - Method in class de.saumya.mojo.gem.GemArtifact
 
getAvailableVersions() - Method in class de.saumya.mojo.gem.GemArtifact
 
getBaseVersion() - Method in class de.saumya.mojo.gem.GemArtifact
 
getClassifier() - Method in class de.saumya.mojo.gem.GemArtifact
 
getDependencyConflictId() - Method in class de.saumya.mojo.gem.GemArtifact
 
getDependencyFilter() - Method in class de.saumya.mojo.gem.GemArtifact
 
getDependencyTrail() - Method in class de.saumya.mojo.gem.GemArtifact
 
getDownloadUrl() - Method in class de.saumya.mojo.gem.GemArtifact
 
getFile() - Method in class de.saumya.mojo.gem.GemArtifact
 
getGemFile() - Method in class de.saumya.mojo.gem.GemArtifact
 
getGemName() - Method in class de.saumya.mojo.gem.GemArtifact
 
getGemVersion() - Method in class de.saumya.mojo.gem.GemArtifact
 
getGemVersion(String) - Static method in class de.saumya.mojo.gem.GemArtifact
 
getGroupId() - Method in class de.saumya.mojo.gem.GemArtifact
 
getId() - Method in class de.saumya.mojo.gem.GemArtifact
 
getJarFile() - Method in class de.saumya.mojo.gem.GemArtifact
 
getMetadataList() - Method in class de.saumya.mojo.gem.GemArtifact
 
getRepository() - Method in class de.saumya.mojo.gem.GemArtifact
 
getScope() - Method in class de.saumya.mojo.gem.GemArtifact
 
getSelectedVersion() - Method in class de.saumya.mojo.gem.GemArtifact
 
getType() - Method in class de.saumya.mojo.gem.GemArtifact
 
getVersion() - Method in class de.saumya.mojo.gem.GemArtifact
 
getVersionRange() - Method in class de.saumya.mojo.gem.GemArtifact
 

H

hasClassifier() - Method in class de.saumya.mojo.gem.GemArtifact
 
hasJarFile() - Method in class de.saumya.mojo.gem.GemArtifact
 
HelpMojo - Class in de.saumya.mojo.gem
Display help information on gem-maven-plugin.
Call
HelpMojo() - Constructor for class de.saumya.mojo.gem.HelpMojo
 

I

includeOpenSSL - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to include open-ssl gem or not
Command line -Dgem.includeOpenSSL=...
includeRubygemsInTestResources - Variable in class de.saumya.mojo.gem.AbstractGemMojo
flag whether to include all gems to test-resources, i.e.
InitializeMojo - Class in de.saumya.mojo.gem
 
InitializeMojo() - Constructor for class de.saumya.mojo.gem.InitializeMojo
 
installArgs - Variable in class de.saumya.mojo.gem.InstallMojo
arguments for the "gem install" command.
InstallMojo - Class in de.saumya.mojo.gem
goal to locally install a given gem
InstallMojo() - Constructor for class de.saumya.mojo.gem.InstallMojo
 
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=...
irbArgs - Variable in class de.saumya.mojo.gem.IrbMojo
arguments for the irb command.
IrbMojo - Class in de.saumya.mojo.gem
maven wrpper around IRB.
IrbMojo() - Constructor for class de.saumya.mojo.gem.IrbMojo
 
isGem() - Method in class de.saumya.mojo.gem.GemArtifact
 
isOptional() - Method in class de.saumya.mojo.gem.GemArtifact
 
isRelease() - Method in class de.saumya.mojo.gem.GemArtifact
 
isResolved() - Method in class de.saumya.mojo.gem.GemArtifact
 
isSelectedVersionKnown() - Method in class de.saumya.mojo.gem.GemArtifact
 
isSnapshot() - Method in class de.saumya.mojo.gem.GemArtifact
 

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=...
jrubyVersion - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
if the pom.xml has no runtime dependency to a jruby-complete.jar then this version is used to resolve the jruby-complete dependency from the local/remote maven repository.

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=...
ListMojo - Class in de.saumya.mojo.gem
Deprecated. 
ListMojo() - Constructor for class de.saumya.mojo.gem.ListMojo
Deprecated.  
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() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 
newScriptFactory(Artifact) - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
 

O

outputFile - Variable in class de.saumya.mojo.gem.ExecMojo
output file where the standard out will be written
Command line -Dexec.outputFile=...

P

PackageMojo - Class in de.saumya.mojo.gem
goal to convert that artifact into a gem or uses a given gemspec to build a gem.
PackageMojo() - Constructor for class de.saumya.mojo.gem.PackageMojo
 
phase - Variable in class de.saumya.mojo.gem.ExecuteInPhaseMojo
 
plugin - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 
pom - Variable in class de.saumya.mojo.gem.PomMojo
the pom file to generate
Command line -Dpom=...
PomMojo - Class in de.saumya.mojo.gem
goal to converts a gemspec file into pom.xml.
PomMojo() - Constructor for class de.saumya.mojo.gem.PomMojo
 
project - Variable in class de.saumya.mojo.jruby.AbstractJRubyMojo
reference to maven project for internal use.
pushArgs - Variable in class de.saumya.mojo.gem.PushMojo
arguments for the ruby script given through file parameter.
PushMojo - Class in de.saumya.mojo.gem
goal to push a given gem or a gem artifact to rubygems.org via the command "gem push {gemfile}"
PushMojo() - Constructor for class de.saumya.mojo.gem.PushMojo
 

R

repoSession - Variable in class de.saumya.mojo.gem.PushMojo
 
repositorySession - Variable in class de.saumya.mojo.gem.PackageMojo
 
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
 
retrieveStdlibArtifact() - 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

script - Variable in class de.saumya.mojo.gem.ExecMojo
ruby code from the pom configuration part which gets executed.
selectVersion(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setArtifactHandler(ArtifactHandler) - Method in class de.saumya.mojo.gem.GemArtifact
 
setArtifactId(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setAvailableVersions(List<ArtifactVersion>) - Method in class de.saumya.mojo.gem.GemArtifact
 
setBaseVersion(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setDependencyFilter(ArtifactFilter) - Method in class de.saumya.mojo.gem.GemArtifact
 
setDependencyTrail(List<String>) - Method in class de.saumya.mojo.gem.GemArtifact
 
setDownloadUrl(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setFile(File) - Method in class de.saumya.mojo.gem.GemArtifact
 
setGroupId(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setOptional(boolean) - Method in class de.saumya.mojo.gem.GemArtifact
 
setRelease(boolean) - Method in class de.saumya.mojo.gem.GemArtifact
 
setRepository(ArtifactRepository) - Method in class de.saumya.mojo.gem.GemArtifact
 
setResolved(boolean) - Method in class de.saumya.mojo.gem.GemArtifact
 
setResolvedVersion(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setScope(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setVersion(String) - Method in class de.saumya.mojo.gem.GemArtifact
 
setVersionRange(VersionRange) - Method in class de.saumya.mojo.gem.GemArtifact
 
skipGemInstall - Variable in class de.saumya.mojo.gem.GemifyMojo
 
SpecMojo - Class in de.saumya.mojo.gem
Deprecated. 
SpecMojo() - Constructor for class de.saumya.mojo.gem.SpecMojo
Deprecated.  
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=...
swing - Variable in class de.saumya.mojo.gem.IrbMojo
launch IRB in a swing window.

T

toString() - Method in class de.saumya.mojo.gem.GemArtifact
 

U

unzip - Variable in class de.saumya.mojo.gem.AbstractGemMojo
 
updateVersion(String, ArtifactRepository) - Method in class de.saumya.mojo.gem.GemArtifact
 

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

Copyright © 2011. All Rights Reserved.