Modifier and Type | Method and Description |
---|---|
void |
UpdateMojo.executeWithGems() |
void |
InstallMojo.executeWithGems() |
Modifier and Type | Method and Description |
---|---|
protected JRubyRun.Result |
CucumberMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
Modifier and Type | Method and Description |
---|---|
void |
PackageMojo.executeJRuby() |
void |
GemifyMojo.executeJRuby() |
protected void |
AbstractGemMojo.executeJRuby() |
void |
PomMojo.executeJRuby() |
void |
GemMojo.executeWithGems()
Deprecated.
|
protected void |
PackageMojo.executeWithGems() |
protected void |
ExecMojo.executeWithGems() |
void |
IrbMojo.executeWithGems()
Deprecated.
|
protected void |
GenerateResourcesMojo.executeWithGems() |
protected void |
GemifyMojo.executeWithGems() |
protected abstract void |
AbstractGemMojo.executeWithGems() |
void |
InstallMojo.executeWithGems() |
protected void |
SetsMojo.executeWithGems() |
void |
PushMojo.executeWithGems() |
protected void |
ProcessResourcesMojo.executeWithGems() |
Modifier and Type | Method and Description |
---|---|
void |
GemspecConverter.createPom(File gemspec,
String jrubyMavenPluginsVersion,
File pom) |
void |
GemspecConverter.updateMetadata(List<String> remoteRepositoryIds,
String localRepositoryBasedir) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractJRubyMojo.executeJRuby() |
void |
CompileMojo.executeJRuby() |
void |
JRubyMojo.executeJRuby()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected JRubyRun.Result |
MinispecMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
protected JRubyRun.Result |
MinitestMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
Modifier and Type | Method and Description |
---|---|
void |
RakeMojo.executeWithGems()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected JRubyRun.Result |
RSpecMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.project.MavenProject |
GemsInstaller.installGem(String name,
String version,
Object repositorySystemSession,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories) |
void |
GemsInstaller.installGems(org.apache.maven.project.MavenProject pom,
org.apache.maven.artifact.repository.ArtifactRepository localRepository) |
void |
GemsInstaller.installGems(org.apache.maven.project.MavenProject pom,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
String scope) |
void |
GemsInstaller.installGems(org.apache.maven.project.MavenProject pom,
Collection<org.apache.maven.artifact.Artifact> artifacts,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepos) |
void |
GemsInstaller.installGems(org.apache.maven.project.MavenProject pom,
Collection<org.apache.maven.artifact.Artifact> artifacts,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepos,
String scope) |
void |
GemsInstaller.installGems(org.apache.maven.project.MavenProject pom,
Collection<org.apache.maven.artifact.Artifact> artifacts,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
String scope) |
void |
GemsInstaller.installGems(org.apache.maven.project.MavenProject pom,
org.apache.maven.plugin.descriptor.PluginDescriptor plugin,
org.apache.maven.artifact.repository.ArtifactRepository localRepository) |
org.apache.maven.project.MavenProject |
GemsInstaller.installOpenSSLGem(Object repositorySystemSession,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> remotes) |
void |
GemsInstaller.installPom(org.apache.maven.project.MavenProject pom) |
void |
GemsInstaller.installPom(org.apache.maven.project.MavenProject pom,
org.apache.maven.artifact.repository.ArtifactRepository localRepository) |
void |
GemsInstaller.installPom(org.apache.maven.project.MavenProject pom,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
String scope) |
Modifier and Type | Method and Description |
---|---|
void |
RailsManager.createNew(GemsInstaller installer,
Object repositorySystemSession,
File appPath,
String database,
String railsVersion,
RailsManager.ORM orm,
String... args) |
void |
DefaultRailsManager.createNew(GemsInstaller installer,
Object repositorySystemSession,
File appPath,
String database,
String railsVersion,
RailsManager.ORM orm,
String... args) |
void |
RailsManager.createNew(GemsInstaller installer,
Object repositorySystemSession,
File appPath,
String database,
String railsVersion,
RailsManager.ORM orm,
String template,
GwtOptions gwt,
String... args) |
void |
DefaultRailsManager.createNew(GemsInstaller installer,
Object repositorySystemSession,
File appPath,
String database,
String railsVersion,
RailsManager.ORM orm,
String template,
GwtOptions gwt,
String... args) |
void |
RailsService.createNew(String appPath,
String railsVersion,
String... args) |
void |
RailsManager.generate(GemsInstaller installer,
Object repositorySystemSession,
File launchDirectory,
String generator,
String... args) |
void |
DefaultRailsManager.generate(GemsInstaller installer,
Object repositorySystemSession,
File launchDirectory,
String generator,
String... args) |
void |
RailsService.generate(String generator,
String... args) |
void |
RailsManager.installGems(GemsInstaller gemsInstaller,
Object repositorySystemSession) |
void |
DefaultRailsManager.installGems(GemsInstaller gemsInstaller,
Object repositorySystemSession) |
void |
RailsManager.rake(GemsInstaller installer,
Object repositorySystemSession,
File launchDirectory,
String environment,
String task,
String... args) |
void |
DefaultRailsManager.rake(GemsInstaller installer,
Object repositorySystemSession,
File launchDirectory,
String environment,
String task,
String... args) |
void |
RailsService.rake(String tasks) |
Modifier and Type | Method and Description |
---|---|
void |
Script.execute() |
void |
Script.execute(File output) |
void |
Script.executeIn(File launchDirectory) |
void |
Script.executeIn(File launchDirectory,
File output) |
Constructor and Description |
---|
GemScriptFactory(Logger logger,
org.codehaus.classworlds.ClassRealm classRealm,
File jrubyJar,
File stdlibJar,
List<String> classpathElements,
boolean fork,
GemsConfig config) |
GemScriptFactory(Logger logger,
org.codehaus.classworlds.ClassRealm classRealm,
File jrubyJar,
List<String> classpathElements,
boolean fork,
GemsConfig config) |
ScriptFactory(Logger logger,
org.codehaus.classworlds.ClassRealm classRealm,
File jrubyJar,
File stdlibJar,
List<String> classpathElements,
boolean fork) |
ScriptFactory(Logger logger,
org.codehaus.classworlds.ClassRealm classRealm,
File jrubyJar,
List<String> classpathElements,
boolean fork) |
Modifier and Type | Method and Description |
---|---|
protected JRubyRun.Result |
RUnitMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory scriptFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTestMojo.executeWithGems() |
protected void |
AbstractTestMojo.runIt(JRubyRun run,
TestScriptFactory testScriptFactory) |
protected abstract JRubyRun.Result |
AbstractTestMojo.runIt(ScriptFactory factory,
JRubyVersion.Mode mode,
JRubyVersion version,
TestScriptFactory testScriptFactory) |
Copyright © 2017. All rights reserved.