- accept(DependencyNode) - Method in class scala_maven_dependency.ScalaDistroArtifactFilter
-
- addArgs - Variable in class scala_maven.ScalaRunMojo
-
Additional parameter to use to call the main class
Using this parameter only from command line ("-DaddArgs=arg1|arg2|arg3|..."), not from pom.xml.
- addArgs(String...) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds arguments for the process
- addArgs(String...) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- addCompilerPluginOptions(JavaMainCaller) - Method in class scala_maven.ScalaMojoSupport
-
Adds appropriate compiler plugins to the scalac command.
- addCompilerToClasspath(Set<String>) - Method in class scala_maven.ScalaMojoSupport
-
- addEnvVar(String, String) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds an environemnt variable
- addEnvVar(String, String) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- addJavacArgs - Variable in class scala_maven.ScalaMojoSupport
-
Alternative method for specifying javac arguments (when using incremental compiler).
- addJvmArgs(String...) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds a JVM arg.
- addJvmArgs(String...) - Method in class scala_maven_executions.JavaMainCallerInProcess
-
- addJvmArgs(String...) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- addLibraryToClasspath(Set<String>) - Method in class scala_maven.ScalaMojoSupport
-
- addOption(String, String) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds option (basically two arguments)
- addOption(String, File) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds an option (key-file pair).
- addOption(String, boolean) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds the key if the value is true
- addOption(String, String) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- addOption(String, File) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- addOption(String, boolean) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- addOsgiClasspathElements(MavenProject, List<String>) - Static method in class scala_maven.TychoUtilities
-
- addScalacArgs - Variable in class scala_maven.ScalaMojoSupport
-
Additional parameter to use to call the main class
Using this parameter only from command line ("-DaddScalacArgs=arg1|arg2|arg3|..."), not from pom.xml.
- AddSourceMojo - Class in scala_maven
-
Add more source directories to the POM.
- AddSourceMojo() - Constructor for class scala_maven.AddSourceMojo
-
- addToClasspath(String, String, String, Set<String>) - Method in class scala_maven.ScalaMojoSupport
-
- addToClasspath(String, String, String, Set<String>, boolean) - Method in class scala_maven.ScalaMojoSupport
-
- addToClasspath(String, String, String, String, Set<String>, boolean) - Method in class scala_maven.ScalaMojoSupport
-
added for classifier support.
- addToClasspath(Artifact, Set<String>, boolean) - Method in class scala_maven.ScalaMojoSupport
-
- addToClasspath - Variable in class scala_maven.ScalaScriptMojo
-
Comma seperated list of directories or jars to add to the classpath
- addToClasspath(File) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- aggregate(MavenProject) - Method in class scala_maven.ScalaDocMojo
-
- aggregateDirectOnly - Variable in class scala_maven.ScalaDocMojo
-
If you want to aggregate only direct sub modules.
- ALL - Static variable in class scala_maven.ScalaCompilerSupport
-
- analysisCacheFile - Variable in class scala_maven.ScalaCompileMojo
-
Analysis cache file for incremental recompilation.
- analysisCacheFile - Variable in class scala_maven.ScalaContinuousCompileMojo
-
Analysis cache file for incremental recompilation.
- appendUrltoClasspathCollection(ClassLoader, Collection<String>) - Static method in class scala_maven_executions.MainHelper
-
- argFilePrefix - Static variable in class scala_maven_executions.MainHelper
-
- argFileSuffix - Static variable in class scala_maven_executions.MainHelper
-
- args - Variable in class scala_maven.Launcher
-
compiler additionnals arguments
- args - Variable in class scala_maven.ScalaMojoSupport
-
compiler additionnals arguments
- args - Variable in class scala_maven_executions.JavaMainCallerSupport
-
- artifactId - Variable in class scala_maven.BasicArtifact
-
- reactorProjects - Variable in class scala_maven.ScalaMojoSupport
-
Contains the full list of projects in the reactor.
- readArgFile(File) - Static method in class scala_maven_executions.MainHelper
-
Creates a file containing all the arguments.
- recompileMode - Variable in class scala_maven.ScalaCompilerSupport
-
Recompile mode to use when sources were previously compiled and there is at least one change:
"modified-only" => only modified sources are recompiled (pre 2.13 behavior), "all" => all sources are recompiled,
"incremental" => incrementally recompile modified sources and other affected sources.
- redirectToLog() - Method in interface scala_maven_executions.JavaMainCaller
-
request run to be redirected to maven/requester logger
- redirectToLog() - Method in class scala_maven_executions.JavaMainCallerByFork
-
- redirectToLog() - Method in class scala_maven_executions.JavaMainCallerInProcess
-
- remoteRepos - Variable in class scala_maven.ScalaMojoSupport
-
List of Remote Repositories used by the resolver
- removeFromClasspath - Variable in class scala_maven.ScalaScriptMojo
-
Comma separated list of directories or jars to remove from the classpath.
- reportOutputDirectory - Variable in class scala_maven.ScalaDocMojo
-
Specifies the destination directory where javadoc saves the generated HTML files.
- requester - Variable in class scala_maven_executions.JavaMainCallerSupport
-
- resolveArtifactDependencies(Artifact) - Method in class scala_maven.ScalaMojoSupport
-
This method resolves all transitive dependencies of an artifact.
- resolveDependencyArtifacts(MavenProject) - Method in class scala_maven.ScalaMojoSupport
-
This method resolves the dependency artifacts from the project.
- resolver - Variable in class scala_maven.ScalaMojoSupport
-
Used to look up Artifacts in the remote repository.
- run(boolean) - Method in interface scala_maven_executions.JavaMainCaller
-
- run(boolean, boolean) - Method in interface scala_maven_executions.JavaMainCaller
-
Runs the JavaMain with all the built up arguments/options
- run(boolean, boolean) - Method in class scala_maven_executions.JavaMainCallerByFork
-
- run(boolean, boolean) - Method in class scala_maven_executions.JavaMainCallerInProcess
-
- run(boolean) - Method in class scala_maven_executions.JavaMainCallerSupport
-
- runMain(String, List<String>, ClassLoader) - Static method in class scala_maven_executions.MainHelper
-
Runs the main method of a java class
- SBT_GROUP_ID - Static variable in class sbt_inc.SbtIncrementalCompiler
-
- sbt_inc - package sbt_inc
-
- SbtIncrementalCompiler - Class in sbt_inc
-
- SbtIncrementalCompiler(boolean, int, File, File, List<File>, File, File, Log, List<String>) - Constructor for class sbt_inc.SbtIncrementalCompiler
-
- SbtLogger - Class in sbt_inc
-
- SbtLogger(Log) - Constructor for class sbt_inc.SbtLogger
-
- SCALA_COMPILER_ARTIFACTID - Static variable in class scala_maven.ScalaMojoSupport
-
- SCALA_DISTRO_ARTIFACTS - Static variable in interface scala_maven_dependency.ScalaConstants
-
- SCALA_LIBRARY_ARTIFACTID - Static variable in class scala_maven.ScalaMojoSupport
-
- scala_maven - package scala_maven
-
- scala_maven_dependency - package scala_maven_dependency
-
- scala_maven_executions - package scala_maven_executions
-
- scalaClassName - Variable in class scala_maven.ScalaMojoSupport
-
className (FQN) of the scala tool to provide as
- ScalaCompileMojo - Class in scala_maven
-
Compiles a directory of Scala source.
- ScalaCompileMojo() - Constructor for class scala_maven.ScalaCompileMojo
-
- ScalaCompilerSupport - Class in scala_maven
-
Abstract parent of all Scala Mojo who run compilation
- ScalaCompilerSupport() - Constructor for class scala_maven.ScalaCompilerSupport
-
- ScalaConsoleMojo - Class in scala_maven
-
Run the Scala console with all the classes of the projects (dependencies and builded)
- ScalaConsoleMojo() - Constructor for class scala_maven.ScalaConsoleMojo
-
- ScalaConstants - Interface in scala_maven_dependency
-
- ScalaContinuousCompileMojo - Class in scala_maven
-
Compile the main and test scala source directory in continuous (infinite loop). !!
- ScalaContinuousCompileMojo() - Constructor for class scala_maven.ScalaContinuousCompileMojo
-
- ScalaContinuousTestMojo - Class in scala_maven
-
Compile the main and test scala source directory then run unit test cases in continuous (infinite loop).
- ScalaContinuousTestMojo() - Constructor for class scala_maven.ScalaContinuousTestMojo
-
- ScalaDistroArtifactFilter - Class in scala_maven_dependency
-
A filter to only look at scala distribution maven artifacts.
- ScalaDistroArtifactFilter(String) - Constructor for class scala_maven_dependency.ScalaDistroArtifactFilter
-
- scaladocClassName - Variable in class scala_maven.ScalaDocMojo
-
className (FQN) of the main scaladoc to use, if not define, the the scalaClassName is used
- ScalaDocJarMojo - Class in scala_maven
-
Creates a jar of the non-aggregated scaladoc and attaches it
to the project for distribution.
- ScalaDocJarMojo() - Constructor for class scala_maven.ScalaDocJarMojo
-
- ScalaDocMojo - Class in scala_maven
-
Produces Scala API documentation.
- ScalaDocMojo() - Constructor for class scala_maven.ScalaDocMojo
-
- ScalaHelpMojo - Class in scala_maven
-
Display the Scala Compiler help
- ScalaHelpMojo() - Constructor for class scala_maven.ScalaHelpMojo
-
- ScalaMojoSupport - Class in scala_maven
-
- ScalaMojoSupport() - Constructor for class scala_maven.ScalaMojoSupport
-
- ScalaRunMojo - Class in scala_maven
-
Run a Scala class using the Scala runtime
- ScalaRunMojo() - Constructor for class scala_maven.ScalaRunMojo
-
- ScalaScriptMojo - Class in scala_maven
-
Run a scala script.
- ScalaScriptMojo() - Constructor for class scala_maven.ScalaScriptMojo
-
- ScalaSourceMojoSupport - Class in scala_maven
-
- ScalaSourceMojoSupport() - Constructor for class scala_maven.ScalaSourceMojoSupport
-
- ScalaTestCompileMojo - Class in scala_maven
-
Compile Scala test source into test-classes.
- ScalaTestCompileMojo() - Constructor for class scala_maven.ScalaTestCompileMojo
-
- script - Variable in class scala_maven.ScalaScriptMojo
-
The script that will be executed.
- scriptEncoding - Variable in class scala_maven.ScalaScriptMojo
-
The encoding of file containing script to be executed.
- scriptFile - Variable in class scala_maven.ScalaScriptMojo
-
The file containing script to be executed.
- sendJavaToScalac - Variable in class scala_maven.ScalaSourceMojoSupport
-
Enables/Disables sending java source to the scala compiler.
- session - Variable in class scala_maven.ScalaMojoSupport
-
The Maven Session Object
- setReportOutputDirectory(File) - Method in class scala_maven.ScalaDocMojo
-
- skip - Variable in class scala_maven.ScalaTestCompileMojo
-
Set this to 'true' to bypass unit tests entirely.
- source - Variable in class scala_maven.ScalaMojoSupport
-
The -source argument for the Java compiler (when using incremental compiler).
- sourceDir - Variable in class scala_maven.AddSourceMojo
-
The directory in which scala source is found
- sourceDir - Variable in class scala_maven.ScalaCompileMojo
-
The directory which contains scala/java source files
- sourceDir - Variable in class scala_maven.ScalaDocMojo
-
The directory which contains scala/java source files
- spawn(boolean) - Method in interface scala_maven_executions.JavaMainCaller
-
run the command without stream redirection nor waiting for exit
- spawn(boolean) - Method in class scala_maven_executions.JavaMainCallerByFork
-
- spawn(boolean) - Method in class scala_maven_executions.JavaMainCallerInProcess
-
spawns a thread to run the method
- SpawnMonitor - Interface in scala_maven_executions
-
- StringUtil - Class in scala_maven_dependency
-
Utilities for making Error messages.
- StringUtil() - Constructor for class scala_maven_dependency.StringUtil
-
- stylesheetfile - Variable in class scala_maven.ScalaDocMojo
-
File to change style of the generated documentation
[scaladoc, vscaladoc]