org_scala_tools_maven
Class ScalaConsoleMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org_scala_tools_maven.ScalaMojoSupport
          extended by 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)


Field Summary
protected  File javaRebelPath
          Path of the javaRebel jar.
protected  String mainConsole
          The console to run.
protected  boolean useRuntimeClasspath
          Add the runtime classpath, to the console's classpath ?
protected  boolean useTestClasspath
          Add the test classpath (include classes from test directory), to the console's classpath ?
 
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
 
Constructor Summary
ScalaConsoleMojo()
           
 
Method Summary
protected  void doExecute()
           
 
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
 

Field Detail

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.

Constructor Detail

ScalaConsoleMojo

public ScalaConsoleMojo()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Specified by:
doExecute in class ScalaMojoSupport
Throws:
Exception


Copyright © 2010-2011 Scala Tools. All Rights Reserved.