| Package | Description |
|---|---|
| scala_maven | |
| scala_maven_executions |
| Modifier and Type | Method and Description |
|---|---|
protected JavaMainCaller |
ScalaMojoSupport.getEmptyScalaCommand(String mainClass) |
protected JavaMainCaller |
ScalaMojoSupport.getScalaCommand() |
protected JavaMainCaller |
ScalaDocMojo.getScalaCommand() |
protected JavaMainCaller |
ScalaContinuousCompileMojo.getScalaCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScalaMojoSupport.addCompilerPluginOptions(JavaMainCaller scalac)
Adds appropriate compiler plugins to the scalac command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaMainCallerByFork
forked java commands.
|
class |
JavaMainCallerInProcess
This class will call a java main method via reflection.
|
class |
JavaMainCallerSupport
Abstract helper implementation for JavaMainCaller interface.
|
Copyright © 2012–2015. All rights reserved.