org_scala_tools_maven
Class ScalaConsoleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org_scala_tools_maven.ScalaMojoSupport
org_scala_tools_maven.ScalaConsoleMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ScalaConsoleMojo
- extends ScalaMojoSupport
Run the Scala console with all the classes of the projects (dependencies and builded)
Fields inherited from class org_scala_tools_maven.ScalaMojoSupport |
args, checkMultipleScalaVersions, compilerPlugins, dependencies, displayCmd, factory, failOnMultipleScalaVersions, forceUseArgFile, fork, jvmArgs, localRepo, mavenProjectBuilder, project, remoteRepos, resolver, SCALA_GROUPID, SCALA_LIBRARY_ARTIFACTID, scalaClassName |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org_scala_tools_maven.ScalaMojoSupport |
addCompilerPluginOptions, addToClasspath, addToClasspath, addToClasspath, checkScalaVersion, execute, findScalaVersion, getDependencies, getEmptyScalaCommand, getScalaCommand, isJavaSupportedByCompiler, resolveArtifactDependencies, resolveDependencyArtifacts |
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 |
mainConsole
protected String mainConsole
- The console to run.
useTestClasspath
protected boolean useTestClasspath
- Add the test classpath (include classes from test directory), to the console's classpath ?
useRuntimeClasspath
protected boolean useRuntimeClasspath
- Add the runtime classpath, to the console's classpath ?
javaRebelPath
protected File javaRebelPath
- Path of the javaRebel jar. If this option is set then the console run
with javarebel enabled.
ScalaConsoleMojo
public ScalaConsoleMojo()
doExecute
protected void doExecute()
throws Exception
- Specified by:
doExecute
in class ScalaMojoSupport
- Throws:
Exception
Copyright © 2010-2011 Scala Tools. All Rights Reserved.