public class ScalaCompileMojo extends ScalaCompilerSupport
| Modifier and Type | Field and Description |
|---|---|
protected File |
analysisCacheFile
Analysis cache file for incremental recompilation.
|
protected File |
outputDir
The directory in which to place compilation output
|
protected File |
sourceDir
The directory which contains scala/java source files
|
ALL, INCREMENTAL, MODIFIED_ONLY, recompileModeexcludes, includes, sendJavaToScalacaddJavacArgs, addScalacArgs, args, checkMultipleScalaVersions, compilerPlugins, dependencies, displayCmd, encoding, factory, failOnMultipleScalaVersions, forceUseArgFile, fork, javacArgs, javacGenerateDebugSymbols, jvmArgs, localRepo, mavenProjectBuilder, project, reactorProjects, remoteRepos, resolver, SCALA_COMPILER_ARTIFACTID, SCALA_LIBRARY_ARTIFACTID, scalaClassName, session, source, target, toolchainManager, useCanonicalPath| Constructor and Description |
|---|
ScalaCompileMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getAnalysisCacheFile()
Analysis cache file for incremental recompilation.
|
protected List<String> |
getClasspathElements() |
protected List<org.apache.maven.model.Dependency> |
getDependencies()
Deprecated.
|
protected File |
getOutputDir() |
protected List<File> |
getSourceDirectories()
Retrieves the list of *all* root source directories.
|
clearCompileErrors, compile, defaultAnalysisCacheFile, defaultAnalysisDirectory, defaultTestAnalysisCacheFile, doExecute, getAnalysisCacheMap, getFilesToCompile, hasCompileErrors, incrementalCompilefindSourceWithFilters, findSourceWithFilters, initFilters, normalizeaddCompilerPluginOptions, addCompilerToClasspath, addLibraryToClasspath, addToClasspath, addToClasspath, addToClasspath, addToClasspath, checkScalaVersion, execute, findScalaVersion, findVersionFromDependencies, findVersionFromPluginArtifacts, getAllDependencies, getArtifactJar, getArtifactJar, getCompilerDependencies, getCompilerJar, getCompilerPluginOptions, getEmptyScalaCommand, getJavacOptions, getLibraryJar, getPluginArtifactJar, getPluginArtifactJar, getScalaCommand, getScalaOptions, getScalaOrganization, isJavaSupportedByCompiler, resolveArtifactDependencies, resolveDependencyArtifactsprotected File outputDir
protected File sourceDir
protected File analysisCacheFile
protected List<File> getSourceDirectories() throws Exception
ScalaSourceMojoSupportgetSourceDirectories in class ScalaSourceMojoSupportExceptionprotected List<String> getClasspathElements() throws Exception
getClasspathElements in class ScalaCompilerSupportException@Deprecated protected List<org.apache.maven.model.Dependency> getDependencies()
getDependencies in class ScalaMojoSupportprotected File getOutputDir() throws Exception
getOutputDir in class ScalaCompilerSupportExceptionprotected File getAnalysisCacheFile() throws Exception
ScalaCompilerSupportgetAnalysisCacheFile in class ScalaCompilerSupportExceptionCopyright © 2012–2015. All rights reserved.