org_scala_tools_maven_cs
Class ScalaCSInitMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org_scala_tools_maven.ScalaMojoSupport
          extended by org_scala_tools_maven_cs.ScalaCSMojoSupport
              extended by org_scala_tools_maven_cs.ScalaCSInitMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ScalaCSInitMojo
extends ScalaCSMojoSupport

Register the current project into running ScalaCS. If there is no running ScalaCS then install (if needed) and start it.


Field Summary
protected  boolean compileAfterInit
          Should send a compilation request after initialization.
protected  boolean dumpYaml
          The directory in which to find test scala source code
protected  File outputDir
          The directory in which to place compilation output
protected  File sourceDir
          The directory which contains scala/java source files
protected  File testOutputDir
          The directory in which to place test compilation output
protected  File testSourceDir
          The directory in which to find test scala source code
 
Fields inherited from class org_scala_tools_maven_cs.ScalaCSMojoSupport
csArtifactId, csGroupId, csVersion, scs
 
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
ScalaCSInitMojo()
           
 
Method Summary
protected  CharSequence doRequest()
           
protected  List<String> getSourceDirectories()
           
 
Methods inherited from class org_scala_tools_maven_cs.ScalaCSMojoSupport
doExecute, projectNamePattern
 
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

outputDir

protected File outputDir
The directory in which to place compilation output


sourceDir

protected File sourceDir
The directory which contains scala/java source files


testOutputDir

protected File testOutputDir
The directory in which to place test compilation output


testSourceDir

protected File testSourceDir
The directory in which to find test scala source code


dumpYaml

protected boolean dumpYaml
The directory in which to find test scala source code


compileAfterInit

protected boolean compileAfterInit
Should send a compilation request after initialization.

Constructor Detail

ScalaCSInitMojo

public ScalaCSInitMojo()
Method Detail

doRequest

protected CharSequence doRequest()
                          throws Exception
Specified by:
doRequest in class ScalaCSMojoSupport
Throws:
Exception

getSourceDirectories

protected List<String> getSourceDirectories()
                                     throws Exception
Throws:
Exception


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