org_scala_tools_maven_cs
Class ScalaCSRemoveMojo

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.ScalaCSRemoveMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ScalaCSRemoveMojo
extends ScalaCSMojoSupport

Request compile to ScalaCS (no more, doesn't create project, check if exist, request compile of dependencies,...)


Field Summary
 
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
ScalaCSRemoveMojo()
           
 
Method Summary
protected  CharSequence doRequest()
           
 
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
 

Constructor Detail

ScalaCSRemoveMojo

public ScalaCSRemoveMojo()
Method Detail

doRequest

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


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