- 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
- gem - Variable in class de.saumya.mojo.gem.PushMojo
-
arguments for the ruby script given through file parameter.
- Gem - Class in de.saumya.mojo.gems.gem
-
A Gem with specification and list of files.
- Gem(GemSpecification) - Constructor for class de.saumya.mojo.gems.gem.Gem
-
- GEM_HOME - Static variable in class de.saumya.mojo.ruby.script.GemScriptFactory
-
- GEM_PATH - Static variable in class de.saumya.mojo.ruby.script.GemScriptFactory
-
- gemArgs - Variable in class de.saumya.mojo.gem.GemMojo
-
Deprecated.
arguments for the gem command of JRuby.
- GemArtifact - Class in de.saumya.mojo.gem
-
- GemArtifact(MavenProject) - Constructor for class de.saumya.mojo.gem.GemArtifact
-
- GemArtifact - Class in de.saumya.mojo.gems
-
The response of the converter: gempsec file and the actual File where Gem is
saved.
- GemArtifact(GemSpecification, File) - Constructor for class de.saumya.mojo.gems.GemArtifact
-
- GemDependency - Class in de.saumya.mojo.gems.spec
-
Gem::Dependency
- GemDependency() - Constructor for class de.saumya.mojo.gems.spec.GemDependency
-
- GemException - Exception in de.saumya.mojo.ruby.gems
-
- GemException(Exception) - Constructor for exception de.saumya.mojo.ruby.gems.GemException
-
- GemException(String, Exception) - Constructor for exception de.saumya.mojo.ruby.gems.GemException
-
- GemException(String) - Constructor for exception de.saumya.mojo.ruby.gems.GemException
-
- gemfile - Variable in class de.saumya.mojo.gem.PomMojo
-
use Gemfile to generate a pom
- GemFileEntry - Class in de.saumya.mojo.gems.gem
-
A Gem file entry.
- GemFileEntry(File, String) - Constructor for class de.saumya.mojo.gems.gem.GemFileEntry
-
- gemHome - Variable in class de.saumya.mojo.gem.AbstractGemMojo
-
directory of gem home to use when forking JRuby.
- gemHome(String, String) - Method in class de.saumya.mojo.gem.AbstractGemMojo
-
- gemHome - Variable in class de.saumya.mojo.jruby.JRubyMojo
-
Deprecated.
directory of gem home to use when forking JRuby.
- gemHome - Variable in class de.saumya.mojo.tests.AbstractTestScriptFactory
-
- gemHomes - Variable in class de.saumya.mojo.gem.AbstractGemMojo
-
map different install locations for rubygems (GEM_HOME) to a directory.
- GemifyMojo - Class in de.saumya.mojo.gem
-
goal to convert that artifact into a gem.
- GemifyMojo() - Constructor for class de.saumya.mojo.gem.GemifyMojo
-
- GemManager - Interface in de.saumya.mojo.ruby.gems
-
- GemMojo - Class in de.saumya.mojo.gem
-
Deprecated.
- GemMojo() - Constructor for class de.saumya.mojo.gem.GemMojo
-
Deprecated.
- GEMNAME_PREFIX - Static variable in interface de.saumya.mojo.gems.MavenArtifactConverter
-
- GemPackager - Interface in de.saumya.mojo.gems.gem
-
A low level component that manufactures the actual Gem file.
- gemPath - Variable in class de.saumya.mojo.gem.AbstractGemMojo
-
directory of JRuby path to use when forking JRuby.
- gemPath - Variable in class de.saumya.mojo.jruby.JRubyMojo
-
Deprecated.
directory of JRuby path to use when forking JRuby.
- gemPaths - Variable in class de.saumya.mojo.tests.AbstractTestScriptFactory
-
- GemRequirement - Class in de.saumya.mojo.gems.spec
-
Gem::Requirement
- GemRequirement() - Constructor for class de.saumya.mojo.gems.spec.GemRequirement
-
- gems - Variable in class de.saumya.mojo.gem.JarsLockMojo
-
list of gems.
- gems - Variable in class de.saumya.mojo.gem.SetsMojo
-
map of gemname to version, i.e.
- gemsConfig - Variable in class de.saumya.mojo.gem.AbstractGemMojo
-
- GemsConfig - Class in de.saumya.mojo.ruby.gems
-
- GemsConfig() - Constructor for class de.saumya.mojo.ruby.gems.GemsConfig
-
- GemScriptFactory - Class in de.saumya.mojo.ruby.script
-
- GemScriptFactory(Logger, ClassRealm, File, List<String>, boolean, GemsConfig) - Constructor for class de.saumya.mojo.ruby.script.GemScriptFactory
-
- GemScriptFactory(Logger, ClassRealm, File, File, List<String>, boolean, GemsConfig) - Constructor for class de.saumya.mojo.ruby.script.GemScriptFactory
-
- GemScriptingContainer - Class in de.saumya.mojo.ruby
-
- GemScriptingContainer() - Constructor for class de.saumya.mojo.ruby.GemScriptingContainer
-
- GemScriptingContainer(File, File) - Constructor for class de.saumya.mojo.ruby.GemScriptingContainer
-
- GemScriptingContainer(LocalContextScope, LocalVariableBehavior) - Constructor for class de.saumya.mojo.ruby.GemScriptingContainer
-
- GemScriptingContainer(LocalContextScope, LocalVariableBehavior, File, File) - Constructor for class de.saumya.mojo.ruby.GemScriptingContainer
-
- gemsInstaller - Variable in class de.saumya.mojo.gem.AbstractGemMojo
-
- GemsInstaller - Class in de.saumya.mojo.ruby.gems
-
- GemsInstaller(GemsConfig, ScriptFactory, GemManager) - Constructor for class de.saumya.mojo.ruby.gems.GemsInstaller
-
- gemspec - Variable in class de.saumya.mojo.gem.PomMojo
-
use a gemspec file to generate a pom
- GemspecConverter - Class in de.saumya.mojo.gems
-
- GemspecConverter(Logger, ScriptFactory) - Constructor for class de.saumya.mojo.gems.GemspecConverter
-
- GemSpecification - Class in de.saumya.mojo.gems.spec
-
Gem::Specification
- GemSpecification() - Constructor for class de.saumya.mojo.gems.spec.GemSpecification
-
- GemSpecificationIO - Interface in de.saumya.mojo.gems.spec
-
- 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.
- gemUseSystem - Variable in class de.saumya.mojo.jruby.JRubyMojo
-
Deprecated.
use system gems instead of setting up GemPath/GemHome inside the build directory and ignores any set
gemHome and gemPath.
- GemVersion - Class in de.saumya.mojo.gems.spec
-
Gem::Version
- GemVersion() - Constructor for class de.saumya.mojo.gems.spec.GemVersion
-
- GemVersion(String) - Constructor for class de.saumya.mojo.gems.spec.GemVersion
-
- gemVersionPattern - Static variable in class de.saumya.mojo.gems.Maven2GemVersionConverter
-
This is the pattern we match against.
- generate(GemsInstaller, Object, File, String, String...) - Method in class de.saumya.mojo.ruby.rails.DefaultRailsManager
-
- generate(GemsInstaller, Object, File, String, String...) - Method in interface de.saumya.mojo.ruby.rails.RailsManager
-
- generate(String, String...) - Method in class de.saumya.mojo.ruby.rails.RailsService
-
- generatedJavaDirectory - Variable in class de.saumya.mojo.jruby.CompileMojo
-
where the java files (needs >=jruby-1.5).
- generateJava - Variable in class de.saumya.mojo.jruby.CompileMojo
-
just generate java classes and add them to the maven source path
- generateReports(JRubyVersion.Mode, JRubyVersion, File) - Method in class de.saumya.mojo.tests.TestResultManager
-
- GenerateResourcesMojo - Class in de.saumya.mojo.gem
-
installs a set of given gems without resolving any transitive dependencies
- GenerateResourcesMojo() - Constructor for class de.saumya.mojo.gem.GenerateResourcesMojo
-
- getArtifactFile() - Method in class de.saumya.mojo.gems.MavenArtifact
-
- getArtifactHandler() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getArtifactId() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getArtifactId() - Method in class de.saumya.mojo.gems.ArtifactCoordinates
-
- getAuthors() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getAutorequire() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
Deprecated.
- getAvailableVersions() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getBaseVersion() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getBindir() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getBinDirectory() - Method in class de.saumya.mojo.ruby.gems.GemsConfig
-
- getCert_chain() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getClassifier() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getCoordinates() - Method in class de.saumya.mojo.gems.MavenArtifact
-
- getCoreScript() - Method in class de.saumya.mojo.tests.AbstractMavenTestScriptFactory
-
- getCoreScript() - Method in interface de.saumya.mojo.tests.TestScriptFactory
-
- getDate() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getDefault_executable() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getDefaultJRubyVersion() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
-
- getDependencies() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- 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
-
- getDescription() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getDownloadUrl() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getEmail() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getEnvironment() - Method in class de.saumya.mojo.ruby.gems.GemsConfig
-
- getExclusions() - Method in class de.saumya.mojo.gems.DefaultMavenArtifactConverter.MavenDependency
-
- getExecutables() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getExtension() - Method in class de.saumya.mojo.gems.ArtifactCoordinates
-
- getExtensions() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getExtra_rdoc_files() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getFile() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getFiles() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getFullScript() - Method in class de.saumya.mojo.tests.AbstractMavenTestScriptFactory
-
- getFullScript() - Method in interface de.saumya.mojo.tests.TestScriptFactory
-
- getGemFile() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getGemFile() - Method in class de.saumya.mojo.gems.GemArtifact
-
- getGemFileName(MavenArtifact) - Method in class de.saumya.mojo.gems.DefaultMavenArtifactConverter
-
- getGemFileName(String, String, String, String) - Method in class de.saumya.mojo.gems.DefaultMavenArtifactConverter
-
- getGemFileName(GemSpecification) - Method in class de.saumya.mojo.gems.DefaultMavenArtifactConverter
-
- getGemFilename() - Method in class de.saumya.mojo.gems.gem.Gem
-
- getGemFileName(MavenArtifact) - Method in interface de.saumya.mojo.gems.MavenArtifactConverter
-
Returns the "regular" gem filename, as it is expected this artifact to be
called as Gem.
- getGemFiles() - Method in class de.saumya.mojo.gems.gem.Gem
-
- getGemHome() - Method in class de.saumya.mojo.ruby.gems.GemsConfig
-
- getGemName() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getGemPath() - Method in class de.saumya.mojo.ruby.gems.GemsConfig
-
- getGemsDirectory() - Method in class de.saumya.mojo.ruby.gems.GemsConfig
-
- getGemspec() - Method in class de.saumya.mojo.gems.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
-
- getGroupId() - Method in class de.saumya.mojo.gems.ArtifactCoordinates
-
- getHomepage() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getId() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getJarFile() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getJrubyVersion() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
-
- getLaunchDirectory() - Method in class de.saumya.mojo.ruby.rails.RailsState
-
- getLicenses() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getMetadataList() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getModel() - Method in class de.saumya.mojo.ruby.rails.RailsState
-
- getName() - Method in class de.saumya.mojo.gems.DefaultMavenArtifactConverter.MavenDependency
-
- getName() - Method in class de.saumya.mojo.gems.spec.GemDependency
-
- getName() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getPathInGem() - Method in class de.saumya.mojo.gems.gem.GemFileEntry
-
- getPlatform() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getPluginClasspathScript() - Method in class de.saumya.mojo.tests.AbstractMavenTestScriptFactory
-
- getPom() - Method in class de.saumya.mojo.gems.MavenArtifact
-
- getPost_install_message() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getProjectClasspath() - Method in class de.saumya.mojo.jruby.AbstractJRubyMojo
-
- getRdoc_options() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getRemoteRepos() - Method in class de.saumya.mojo.gem.AbstractGemMojo
-
- getRepository() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getRequire_paths() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getRequired_ruby_version() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getRequired_rubygems_version() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getRequirements() - Method in class de.saumya.mojo.gems.spec.GemRequirement
-
- getRequirements() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getResultsScript(StringBuilder) - Method in class de.saumya.mojo.cucumber.CucumberMavenTestScriptFactory
-
- getResultsScript(StringBuilder) - Method in class de.saumya.mojo.minitest.MinitestMavenTestScriptFactory
-
- getResultsScript(StringBuilder) - Method in class de.saumya.mojo.runit.AbstractRunitMavenTestScriptFactory
-
- getResultsScript(StringBuilder) - Method in class de.saumya.mojo.tests.AbstractMavenTestScriptFactory
-
- getRubyforge_project() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getRubygems_version() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getRubygemsConfig() - Method in class de.saumya.mojo.ruby.rails.RailsState
-
- getRunnerScript(StringBuilder) - Method in class de.saumya.mojo.cucumber.CucumberMavenTestScriptFactory
-
- getRunnerScript(StringBuilder) - Method in class de.saumya.mojo.minitest.MinitestMavenTestScriptFactory
-
- getRunnerScript(StringBuilder) - Method in class de.saumya.mojo.rspec.RSpecMavenTestScriptFactory
-
- getRunnerScript(StringBuilder) - Method in class de.saumya.mojo.runit.AbstractRunitMavenTestScriptFactory
-
- getRunnerScript(StringBuilder) - Method in class de.saumya.mojo.tests.AbstractMavenTestScriptFactory
-
- getScope() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getScriptAsStream(String) - Static method in class de.saumya.mojo.ruby.ScriptUtils
-
- getScriptAsStream(String, Class<?>) - Static method in class de.saumya.mojo.ruby.ScriptUtils
-
- getScriptFile() - Method in class de.saumya.mojo.tests.AbstractTestScriptFactory
-
- getScriptFile() - Method in interface de.saumya.mojo.tests.TestScriptFactory
-
- getScriptFromResource(String) - Static method in class de.saumya.mojo.ruby.ScriptUtils
-
- getScriptName() - Method in class de.saumya.mojo.cucumber.CucumberMavenTestScriptFactory
-
- getScriptName() - Method in class de.saumya.mojo.minitest.MinitestMavenTestScriptFactory
-
- getScriptName() - Method in class de.saumya.mojo.rspec.RSpecMavenTestScriptFactory
-
- getScriptName() - Method in class de.saumya.mojo.runit.RunitMavenTestScriptFactory
-
- getScriptName() - Method in class de.saumya.mojo.tests.AbstractTestScriptFactory
-
- getSelectedVersion() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getSigning_key() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getSource() - Method in class de.saumya.mojo.gems.gem.GemFileEntry
-
- getSpecification() - Method in class de.saumya.mojo.gems.gem.Gem
-
- getSpecification_version() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getSummary() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getTest_files() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getType() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getType() - Method in class de.saumya.mojo.gems.spec.GemDependency
-
- getVersion() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getVersion() - Method in class de.saumya.mojo.gems.ArtifactCoordinates
-
- getVersion() - Method in class de.saumya.mojo.gems.spec.GemRequirement
-
- getVersion() - Method in class de.saumya.mojo.gems.spec.GemSpecification
-
- getVersion() - Method in class de.saumya.mojo.gems.spec.GemVersion
-
- getVersion_requirement() - Method in class de.saumya.mojo.gems.spec.GemDependency
-
- getVersion_requirements() - Method in class de.saumya.mojo.gems.spec.GemDependency
-
- getVersionRange() - Method in class de.saumya.mojo.gem.GemArtifact
-
- getYaml() - Method in class de.saumya.mojo.gems.spec.yaml.YamlGemSpecificationIO
-
- GROUP_ID_ARTIFACT_ID_SEPARATOR - Static variable in interface de.saumya.mojo.ruby.gems.GemManager
-
- GwtOptions - Class in de.saumya.mojo.ruby.rails
-
- GwtOptions(String, boolean, boolean) - Constructor for class de.saumya.mojo.ruby.rails.GwtOptions
-