A B C D E F G H I J K L M N O P R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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, boolean) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds the key if the value is true
- addOption(String, boolean) - Method in class scala_maven_executions.JavaMainCallerSupport
- addOption(String, File) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds an option (key-file pair).
- addOption(String, File) - Method in class scala_maven_executions.JavaMainCallerSupport
- addOption(String, String) - Method in interface scala_maven_executions.JavaMainCaller
-
Adds option (basically two arguments)
- addOption(String, String) - 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.
- AddSourceMojo - Class in scala_maven
-
Add more source directories to the POM.
- AddSourceMojo() - Constructor for class scala_maven.AddSourceMojo
- 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
- addToClasspath(String, String, String, String, Set<String>, boolean) - Method in class scala_maven.ScalaMojoSupport
-
added for classifier support.
- 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(Artifact, Set<String>, boolean) - Method in class scala_maven.ScalaMojoSupport
- addZincArgs - Variable in class scala_maven.ScalaCompilerSupport
-
Additional parameter to use to call zinc server It is a pipe '|' separated list of arguments, so it can be used from command line ("-DaddZincArgs=arg1|arg2|arg3|...").
- 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
- ANALYSIS_MAP_ARG_SEPARATOR - Static variable in class sbt_inc.SbtIncrementalCompiler
- ANALYSIS_MAP_PAIR_SEPARATOR - Static variable in class sbt_inc.SbtIncrementalCompiler
- 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
- archive - Variable in class scala_maven.ScalaDocJarMojo
-
The archive configuration to use.
- argFilePrefix - Static variable in class scala_maven_executions.MainHelper
- argFileSuffix - Static variable in class scala_maven_executions.MainHelper
- args - Variable in class scala_maven_executions.JavaMainCallerSupport
- args - Variable in class scala_maven.Launcher
-
compiler additionnals arguments
- args - Variable in class scala_maven.ScalaMojoSupport
-
compiler additional arguments
- artifactCollector - Variable in class scala_maven.ScalaMojoSupport
-
The artifact collector to use.
- artifactFactory - Variable in class scala_maven.ScalaMojoSupport
-
The artifact factory to use.
- artifactId - Variable in class scala_maven.BasicArtifact
- artifactMetadataSource - Variable in class scala_maven.ScalaMojoSupport
-
The artifact metadata source to use.
- attach - Variable in class scala_maven.ScalaDocJarMojo
-
Specifies whether to attach the generated artifact to the project helper.
B
- BasicArtifact - Class in scala_maven
- BasicArtifact() - Constructor for class scala_maven.BasicArtifact
- bottom - Variable in class scala_maven.ScalaDocMojo
-
Specifies the text to be placed at the bottom of each output file.
- bugfix - Variable in class scala_maven.VersionNumber
- buildCommand() - Method in class scala_maven_executions.JavaMainCallerByFork
C
- cacheMapToString(Map<File, File>) - Method in class sbt_inc.SbtIncrementalCompiler
- canAggregate() - Method in class scala_maven.ScalaDocMojo
- canGenerateReport() - Method in class scala_maven.ScalaDocMojo
- ccTestGoals - Variable in class scala_maven.ScalaContinuousTestMojo
-
A space-separated list of the goals to execute as part of running the tests.
- charset - Variable in class scala_maven.ScalaDocMojo
-
Charset for cross-platform viewing of generated documentation.
- checkArtifactForScalaVersion(VersionNumber, DependencyNode) - Method in class scala_maven.ScalaMojoSupport
-
Visits a node (and all dependencies) to see if it contains duplicate scala versions
- checkCorrectVersionsOfScalaLibrary(String) - Method in class scala_maven.ScalaMojoSupport
-
this method checks to see if there are multiple versions of the scala library
- checkMultipleScalaVersions - Variable in class scala_maven.ScalaMojoSupport
-
Check if every dependencies use the same version of scala-library or scala.compat.version.
- checkScalaVersion() - Method in class scala_maven.ScalaMojoSupport
- CheckScalaVersionVisitor - Class in scala_maven_dependency
-
Ensures that all scala versions match the given version.
- CheckScalaVersionVisitor(VersionNumber, Log, String) - Constructor for class scala_maven_dependency.CheckScalaVersionVisitor
- classifier - Variable in class scala_maven.BasicArtifact
- classifier - Variable in class scala_maven.ScalaDocJarMojo
-
Specifies the classifier of the generated artifact.
- clearCompileErrors() - Method in class scala_maven.ScalaCompilerSupport
- compareTo(VersionNumber) - Method in class scala_maven.VersionNumber
-
Not a commutative compareTo !! Can return 0 for any VersionNumber o that match this version (same defined major, minor, bugfix) undefined part are ignored.
- compareTo(VersionNumber) - Method in class scala_maven.VersionNumberMask
-
Doesn't compare modifier
- compile(File, List<String>, List<File>, File, List<String>, List<String>, File, Map<File, File>, String, Toolchain) - Method in class sbt_inc.SbtIncrementalCompiler
- compile(List<File>, File, File, List<String>, boolean) - Method in class scala_maven.ScalaCompilerSupport
- compileErrors - Variable in class scala_maven.ScalaCompilerSupport
-
Keeps track of if we get compile errors in incremental mode
- compileOrder - Variable in class scala_maven.ScalaCompilerSupport
-
Compile order for Scala and Java sources for sbt incremental compile.
- compiler - Variable in class sbt_inc.SbtIncrementalCompiler
- COMPILER_INTEGRATION_ARTIFACT_ID - Static variable in class sbt_inc.SbtIncrementalCompiler
- COMPILER_INTERFACE_ARTIFACT_ID - Static variable in class sbt_inc.SbtIncrementalCompiler
- COMPILER_INTERFACE_CLASSIFIER - Static variable in class sbt_inc.SbtIncrementalCompiler
- compilerJar - Variable in class sbt_inc.SbtIncrementalCompiler
- compilerPlugins - Variable in class scala_maven.ScalaMojoSupport
-
Compiler plugin dependencies to use when compiling.
- compileScript(File, File, URLClassLoader) - Method in class scala_maven.ScalaScriptMojo
- configureClasspath(Set<String>) - Method in class scala_maven.ScalaScriptMojo
- createArgFile(List<String>) - Static method in class scala_maven_executions.MainHelper
-
Creates a file containing all the arguments.
- createArtifactResolutionRequest(Artifact, ArtifactFilter, ArtifactFilter, List<ArtifactRepository>, ArtifactRepository) - Method in class scala_maven.ScalaMojoSupport
-
Create a
ArtifactResolutionRequest
. - createScalaDistroDependencyFilter() - Method in class scala_maven.ScalaMojoSupport
- createScriptClassloader(File, Set<String>) - Method in class scala_maven.ScalaScriptMojo
D
- debug(F0<String>) - Method in class sbt_inc.SbtLogger
- DEFAULT_EXCLUDES - Static variable in class scala_maven.ScalaDocJarMojo
- DEFAULT_INCLUDES - Static variable in class scala_maven.ScalaDocJarMojo
- defaultAnalysisCacheFile(MavenProject) - Method in class scala_maven.ScalaCompilerSupport
- defaultAnalysisDirectory(MavenProject) - Method in class scala_maven.ScalaCompilerSupport
- defaultManifestFile - Variable in class scala_maven.ScalaDocJarMojo
-
Path to the default MANIFEST file to use.
- defaultOptions() - Method in class sbt_inc.SbtIncrementalCompiler
- defaultTestAnalysisCacheFile(MavenProject) - Method in class scala_maven.ScalaCompilerSupport
- delete(File) - Method in class scala_maven.ScalaScriptMojo
- dependencies - Variable in class scala_maven.ScalaMojoSupport
-
Additional dependencies/jar to add to classpath to run "scalaClassName" (scope and optional field not supported) ex :
- dependencyTreeBuilder - Variable in class scala_maven.ScalaMojoSupport
-
The dependency tree builder to use.
- description - Variable in class scala_maven.ScalaDocMojo
-
The description of the Scaladoc report.
- displayCmd - Variable in class scala_maven.ScalaMojoSupport
-
Display the command line called ? (property 'maven.scala.displayCmd' replaced by 'displayCmd')
- displayCmd(boolean, List<String>) - Method in class scala_maven_executions.JavaMainCallerByFork
- doctitle - Variable in class scala_maven.ScalaDocMojo
-
Include title for the overview page.
- doExecute() - Method in class scala_maven.ScalaCompilerSupport
- doExecute() - Method in class scala_maven.ScalaConsoleMojo
- doExecute() - Method in class scala_maven.ScalaContinuousCompileMojo
- doExecute() - Method in class scala_maven.ScalaDocJarMojo
- doExecute() - Method in class scala_maven.ScalaDocMojo
- doExecute() - Method in class scala_maven.ScalaHelpMojo
- doExecute() - Method in class scala_maven.ScalaMojoSupport
- doExecute() - Method in class scala_maven.ScalaRunMojo
- doExecute() - Method in class scala_maven.ScalaScriptMojo
E
- encoding - Variable in class scala_maven.ScalaMojoSupport
-
The -encoding argument for the Java compiler.
- endVisit(DependencyNode) - Method in class scala_maven_dependency.CheckScalaVersionVisitor
- env - Variable in class scala_maven_executions.JavaMainCallerSupport
- error(F0<String>) - Method in class sbt_inc.SbtLogger
- ERROR - scala_maven_executions.LogProcessorUtils.Level
- escapeArgumentForScalacArgumentFile(String) - Static method in class scala_maven_executions.MainHelper
-
Escapes arguments as necessary so the StringTokenizer for scala arguments pulls in filenames with spaces correctly.
- excludes - Variable in class scala_maven.ScalaSourceMojoSupport
-
A list of exclusion filters for the compiler.
- excludeScopes - Variable in class scala_maven.ScalaScriptMojo
-
Comma separated list of scopes to remove from the classpath.
- execute() - Method in class scala_maven.AddSourceMojo
- execute() - Method in class scala_maven.ScalaMojoSupport
- execute() - Method in class scala_maven.ScalaTestCompileMojo
- extraArgs - Variable in class sbt_inc.SbtIncrementalCompiler
- extraJars - Variable in class sbt_inc.SbtIncrementalCompiler
F
- factory - Variable in class scala_maven.ScalaMojoSupport
-
Used to look up Artifacts in the remote repository.
- failOnError - Variable in class scala_maven.ScalaDocJarMojo
-
Specifies if the build will fail if there are errors during javadoc execution or not.
- failOnError(String, Exception) - Method in class scala_maven.ScalaDocJarMojo
- failOnMultipleScalaVersions - Variable in class scala_maven.ScalaMojoSupport
-
Determines if a detection of multiple scala versions in the dependencies will cause the build to fail.
- fallbackJLine(VersionNumber) - Method in class scala_maven.ScalaConsoleMojo
-
Hard coded fallback values for JLine.
- fileOf(File, boolean) - Static method in class scala_maven.FileUtils
- FileUtils - Class in scala_maven
- FileUtils() - Constructor for class scala_maven.FileUtils
- filterForJline(Artifact) - Method in class scala_maven.ScalaConsoleMojo
-
Helper function to filter a collection of
Artifact
for JLine. - finalName - Variable in class scala_maven.ScalaDocJarMojo
-
Specifies the filename that will be used for the generated jar file.
- find(List<File>, File) - Static method in class scala_maven.ScalaCompilerSupport.LastCompilationInfo
- findExecutableFromToolchain(Toolchain) - Static method in class util.JavaLocator
- findFiles(File, String) - Static method in class scala_maven_executions.MainHelper
- findFiles(File, String[], String[]) - Static method in class scala_maven_executions.MainHelper
- findHomeFromToolchain(Toolchain) - Static method in class util.JavaLocator
- findScalaVersion() - Method in class scala_maven.ScalaMojoSupport
- findScalaVersionFromDependencies() - Method in class scala_maven.ScalaMojoSupport
- findSourceFiles() - Method in class scala_maven.ScalaDocMojo
- findSourceWithFilters() - Method in class scala_maven.ScalaSourceMojoSupport
-
Finds all source files in a set of directories with a given extension.
- findSourceWithFilters(List<File>) - Method in class scala_maven.ScalaSourceMojoSupport
-
Finds all source files in a set of directories with a given extension.
- findVersionFromDependencies(String, String) - Method in class scala_maven.ScalaMojoSupport
- findVersionFromPluginArtifacts(String, String) - Method in class scala_maven.ScalaMojoSupport
- footer - Variable in class scala_maven.ScalaDocMojo
-
Include footer text for each page.
- forceAggregate - Variable in class scala_maven.ScalaDocMojo
-
To allow running aggregation only from command line use "-DforceAggregate=true" (avoid using in pom.xml).
- forceUseArgFile - Variable in class scala_maven.ScalaMojoSupport
-
Force the use of an external ArgFile to run any forked process.
- fork - Variable in class scala_maven.ScalaMojoSupport
-
Forks the execution of scalac into a separate process.
G
- generate(Sink, Locale) - Method in class scala_maven.ScalaDocMojo
- generateArchive(File, String) - Method in class scala_maven.ScalaDocJarMojo
-
Method that creates the jar file
- getAllDependencies(String, String, String) - Method in class scala_maven.ScalaMojoSupport
- getAnalysisCacheFile() - Method in class scala_maven.ScalaCompileMojo
- getAnalysisCacheFile() - Method in class scala_maven.ScalaCompilerSupport
-
Analysis cache file for incremental recompilation.
- getAnalysisCacheFile() - Method in class scala_maven.ScalaContinuousCompileMojo
- getAnalysisCacheFile() - Method in class scala_maven.ScalaTestCompileMojo
- getAnalysisCacheMap() - Method in class scala_maven.ScalaCompilerSupport
- getArtifactJar(String, String, String) - Method in class scala_maven.ScalaMojoSupport
- getArtifactJar(String, String, String, String) - Method in class scala_maven.ScalaMojoSupport
- getBottomText() - Method in class scala_maven.ScalaDocMojo
-
Method that sets the bottom text that will be displayed on the bottom of the javadocs.
- getCategoryName() - Method in class scala_maven.ScalaDocMojo
- getClassifier() - Method in class scala_maven.ScalaDocJarMojo
- getClasspathElements() - Method in class scala_maven.ScalaCompileMojo
- getClasspathElements() - Method in class scala_maven.ScalaCompilerSupport
- getClasspathElements() - Method in class scala_maven.ScalaContinuousCompileMojo
- getClasspathElements() - Method in class scala_maven.ScalaTestCompileMojo
- getCompilerDependencies() - Method in class scala_maven.ScalaMojoSupport
- getCompilerJar() - Method in class scala_maven.ScalaMojoSupport
- getCompilerPluginOptions() - Method in class scala_maven.ScalaMojoSupport
- getCompilerPlugins() - Method in class scala_maven.ScalaMojoSupport
-
Retrieves a list of paths to scala compiler plugins.
- getContextValue(MavenProject, String) - Static method in class scala_maven.TychoUtilities
- getContextValueMethod - Static variable in class scala_maven.TychoUtilities
- getDependencies() - Method in class scala_maven.ScalaCompileMojo
-
Deprecated.
- getDependencies() - Method in class scala_maven.ScalaMojoSupport
- getDependencies() - Method in class scala_maven.ScalaTestCompileMojo
- getDescription(Locale) - Method in class scala_maven.ScalaDocMojo
- getEmptyScalaCommand(String) - Method in class scala_maven.ScalaMojoSupport
-
Get a
JavaMainCaller
used invoke a Java process. - getEmptyScalaCommand(String, boolean) - Method in class scala_maven.ScalaMojoSupport
-
Get a
JavaMainCaller
used invoke a Java process. - getFilesToCompile(List<File>, long) - Method in class scala_maven.ScalaCompilerSupport
- getJavacOptions() - Method in class scala_maven.ScalaMojoSupport
- getLastSuccessfullTS() - Method in class scala_maven.ScalaCompilerSupport.LastCompilationInfo
- getLibraryJar() - Method in class scala_maven.ScalaMojoSupport
- getLocations(Object) - Static method in class scala_maven.TychoUtilities
- getLocationsMethod - Static variable in class scala_maven.TychoUtilities
- getMavenGoals() - Method in class scala_maven.ScalaContinuousTestMojo
- getName(Locale) - Method in class scala_maven.ScalaDocMojo
- getOutputDir() - Method in class scala_maven.ScalaCompileMojo
- getOutputDir() - Method in class scala_maven.ScalaCompilerSupport
- getOutputDir() - Method in class scala_maven.ScalaContinuousCompileMojo
- getOutputDir() - Method in class scala_maven.ScalaTestCompileMojo
- getOutputName() - Method in class scala_maven.ScalaDocMojo
- getPluginArtifactJar(String, String, String) - Method in class scala_maven.ScalaMojoSupport
- getPluginArtifactJar(String, String, String, String) - Method in class scala_maven.ScalaMojoSupport
- getReportOutputDirectory() - Method in class scala_maven.ScalaDocMojo
- getScalaCommand() - Method in class scala_maven.ScalaContinuousCompileMojo
- getScalaCommand() - Method in class scala_maven.ScalaDocMojo
- getScalaCommand() - Method in class scala_maven.ScalaMojoSupport
- getScalaCommand(boolean, String) - Method in class scala_maven.ScalaMojoSupport
-
Get a
JavaMainCaller
used invoke a Java process. - getScalaOptions() - Method in class scala_maven.ScalaMojoSupport
- getScalaOrganization() - Method in class scala_maven.ScalaMojoSupport
- getSourceDirectories() - Method in class scala_maven.ScalaCompileMojo
- getSourceDirectories() - Method in class scala_maven.ScalaContinuousCompileMojo
- getSourceDirectories() - Method in class scala_maven.ScalaDocMojo
- getSourceDirectories() - Method in class scala_maven.ScalaSourceMojoSupport
-
Retrieves the list of *all* root source directories.
- getSourceDirectories() - Method in class scala_maven.ScalaTestCompileMojo
- getToolClasspath() - Method in class scala_maven.ScalaMojoSupport
- groupId - Variable in class scala_maven.BasicArtifact
H
- handleJavaRebel(JavaMainCaller) - Method in class scala_maven.ScalaConsoleMojo
-
If
ScalaConsoleMojo.javaRebelPath
is defined, then attempt to resolve it on the filesystem and setup the Scala console to use it. - hasCompileErrors() - Method in class scala_maven.ScalaCompilerSupport
-
Returns true if the previous compile failed
- header - Variable in class scala_maven.ScalaDocMojo
-
Include header text for each page [scaladoc, vscaladoc]
I
- id - Variable in class scala_maven.Launcher
- include(Artifact) - Method in class scala_maven_dependency.ScalaDistroArtifactFilter
- includes - Variable in class scala_maven.ScalaSourceMojoSupport
-
A list of inclusion filters for the compiler.
- includeScopes - Variable in class scala_maven.ScalaScriptMojo
-
Comma separated list of scopes to add to the classpath.
- incremental - Variable in class scala_maven.ScalaCompilerSupport
- INCREMENTAL - Static variable in class scala_maven.ScalaCompilerSupport
- incrementalCompile(List<String>, List<File>, File, File, boolean) - Method in class scala_maven.ScalaCompilerSupport
- info(F0<String>) - Method in class sbt_inc.SbtLogger
- INFO - scala_maven_executions.LogProcessorUtils.Level
- initFilters() - Method in class scala_maven.ScalaSourceMojoSupport
- invoker - Variable in class scala_maven.ScalaContinuousTestMojo
- isExternalReport() - Method in class scala_maven.ScalaDocMojo
- isFailed() - Method in class scala_maven_dependency.CheckScalaVersionVisitor
- isJavaSupportedByCompiler() - Method in class scala_maven.ScalaMojoSupport
- isRunning() - Method in interface scala_maven_executions.SpawnMonitor
- isScalaDistroArtifact(Artifact) - Method in class scala_maven_dependency.CheckScalaVersionVisitor
- isZero() - Method in class scala_maven.VersionNumber
J
- JAR - Static variable in class scala_maven.ScalaMojoSupport
-
Constant
String
for "jar". - jarArchiver - Variable in class scala_maven.ScalaDocJarMojo
-
The Jar archiver.
- jarOutputDirectory - Variable in class scala_maven.ScalaDocJarMojo
-
Specifies the directory where the generated jar file will be put.
- javacArgs - Variable in class scala_maven.ScalaMojoSupport
-
Arguments for javac (when using incremental compiler).
- javacGenerateDebugSymbols - Variable in class scala_maven.ScalaMojoSupport
-
Whether to instruct javac to generate debug symbols (when using incremental compiler)
- JavaLocator - Class in util
-
Utilities to aid with finding Java's location
- JavaLocator() - Constructor for class util.JavaLocator
- JavaMainCaller - Interface in scala_maven_executions
-
This interface is used to create a call on a main method of a java class.
- JavaMainCallerByFork - Class in scala_maven_executions
-
forked java commands.
- JavaMainCallerByFork(AbstractMojo, String, String, String[], String[], boolean, Toolchain) - Constructor for class scala_maven_executions.JavaMainCallerByFork
- JavaMainCallerInProcess - Class in scala_maven_executions
-
This class will call a java main method via reflection.
- JavaMainCallerInProcess(AbstractMojo, String, String, String[], String[]) - Constructor for class scala_maven_executions.JavaMainCallerInProcess
- JavaMainCallerSupport - Class in scala_maven_executions
-
Abstract helper implementation for JavaMainCaller interface.
- JavaMainCallerSupport(AbstractMojo, String, String, String[], String[]) - Constructor for class scala_maven_executions.JavaMainCallerSupport
- javaRebelPath - Variable in class scala_maven.ScalaConsoleMojo
-
Path of the javaRebel jar.
- JLINE - Static variable in class scala_maven.ScalaConsoleMojo
-
Constant
String
for "jline". - jvmArgs - Variable in class scala_maven_executions.JavaMainCallerSupport
- jvmArgs - Variable in class scala_maven.Launcher
-
Jvm Arguments
- jvmArgs - Variable in class scala_maven.ScalaMojoSupport
-
Jvm Arguments.
K
- keepGeneratedScript - Variable in class scala_maven.ScalaScriptMojo
-
If set to true the Scala classfile that is generated will not be deleted after the goal completes.
L
- LastCompilationInfo(File, File) - Constructor for class scala_maven.ScalaCompilerSupport.LastCompilationInfo
- launcher - Variable in class scala_maven.ScalaRunMojo
-
The class to use when launching a scala program
- Launcher - Class in scala_maven
- Launcher() - Constructor for class scala_maven.Launcher
- launchers - Variable in class scala_maven.ScalaRunMojo
-
A list of launcher definition (to avoid rewriting long command line or share way to call an application) launchers could be define by :
- lengthOf(List<String>, long) - Method in class scala_maven_executions.JavaMainCallerByFork
- level - Variable in class scala_maven_executions.LogProcessorUtils.LevelState
- Level() - Constructor for enum scala_maven_executions.LogProcessorUtils.Level
- LevelState() - Constructor for class scala_maven_executions.LogProcessorUtils.LevelState
- levelStateOf(String, LogProcessorUtils.LevelState) - Static method in class scala_maven_executions.LogProcessorUtils
- libraryJar - Variable in class sbt_inc.SbtIncrementalCompiler
- linksource - Variable in class scala_maven.ScalaDocMojo
-
Generate source in HTML [scaladoc, vscaladoc]
- localRepo - Variable in class scala_maven.ScalaMojoSupport
-
Location of the local repository.
- localRepository - Variable in class scala_maven.ScalaMojoSupport
-
The artifact repository to use.
- localRepositoryPath - Variable in class scala_maven.ScalaContinuousTestMojo
-
The local repository for caching artifacts.
- locateJar(Class<?>) - Static method in class scala_maven_executions.MainHelper
- log - Variable in class sbt_inc.SbtIncrementalCompiler
- log - Variable in class sbt_inc.SbtLogger
- logger - Variable in class sbt_inc.SbtIncrementalCompiler
- logLevelToString(Log) - Method in class sbt_inc.SbtIncrementalCompiler
- LogProcessorUtils - Class in scala_maven_executions
- LogProcessorUtils() - Constructor for class scala_maven_executions.LogProcessorUtils
- LogProcessorUtils.Level - Enum in scala_maven_executions
- LogProcessorUtils.LevelState - Class in scala_maven_executions
- logScalaDependents() - Method in class scala_maven_dependency.CheckScalaVersionVisitor
M
- main(String[]) - Static method in class scala_maven_executions.MainWithArgsInFile
- mainClass - Variable in class scala_maven.Launcher
- mainClass - Variable in class scala_maven.ScalaRunMojo
-
Main class to call, the call use the jvmArgs and args define in the pom.xml, and the addArgs define in the command line if define.
- mainClassName - Variable in class scala_maven_executions.JavaMainCallerSupport
- mainConsole - Variable in class scala_maven.ScalaConsoleMojo
-
The console to run.
- MainHelper - Class in scala_maven_executions
-
Helper methods
- MainHelper() - Constructor for class scala_maven_executions.MainHelper
- mainOutputDir - Variable in class scala_maven.ScalaContinuousCompileMojo
-
The output directory for compilation.
- mainSourceDir - Variable in class scala_maven.ScalaContinuousCompileMojo
-
The main directory containing scala source for compilation
- MainWithArgsInFile - Class in scala_maven_executions
-
Use a file and reflection to start a main class with arguments define in a file.
- MainWithArgsInFile() - Constructor for class scala_maven_executions.MainWithArgsInFile
- major - Variable in class scala_maven.VersionNumber
- makeArtifactNameString(Artifact) - Static method in class scala_maven_dependency.StringUtil
-
Creates a human-readable string for an artifact.
- mavenProjectBuilder - Variable in class scala_maven.ScalaMojoSupport
-
Artifact factory, needed to download source jars.
- minor - Variable in class scala_maven.VersionNumber
- MODIFIED_ONLY - Static variable in class scala_maven.ScalaCompilerSupport
- modifier - Variable in class scala_maven.VersionNumber
N
- name - Variable in class scala_maven.ScalaDocMojo
-
The name of the Scaladoc report.
- nocomment - Variable in class scala_maven.ScalaDocMojo
-
Suppress description and tags, generate only declarations [scaladoc, vscaladoc]
- normalize(List<String>) - Method in class scala_maven.ScalaSourceMojoSupport
-
This limits the source directories to only those that exist for real.
- notifyCompilation - Variable in class scala_maven.ScalaCompilerSupport
-
notifyCompilation if true then print a message "path: compiling" for each root directory or files that will be compiled.
- notifyCompilation(List<File>) - Method in class scala_maven.ScalaCompilerSupport
O
- once - Variable in class scala_maven.ScalaContinuousCompileMojo
-
Define if cc should run once or in infinite loop.
- outputDir - Variable in class scala_maven.ScalaCompileMojo
-
The directory in which to place compilation output
- outputDir - Variable in class scala_maven.ScalaScriptMojo
-
The build directory of the project
- outputDirectory - Variable in class scala_maven.ScalaDocMojo
-
Specifies the destination directory where scalaDoc saves the generated HTML files.
P
- pathOf(File, boolean) - Static method in class scala_maven.FileUtils
- pathsToFiles(List<String>) - Method in class sbt_inc.SbtIncrementalCompiler
- pluginArtifacts - Variable in class scala_maven.ScalaMojoSupport
-
List of artifacts to run plugin
- POM - Static variable in class scala_maven.ScalaMojoSupport
-
Constant
String
for "pom". - postCompileActions() - Method in class scala_maven.ScalaContinuousCompileMojo
-
Allows derived Mojos to do things after a compile has succesfully completed such as run test cases
- postCompileActions() - Method in class scala_maven.ScalaContinuousTestMojo
- project - Variable in class scala_maven.AddSourceMojo
-
The maven project
- project - Variable in class scala_maven.ScalaMojoSupport
-
The maven project.
- projectHelper - Variable in class scala_maven.ScalaDocJarMojo
-
Used for attaching the artifact in the project.
R
- 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(Artifact, ArtifactFilter, ArtifactFilter) - Method in class scala_maven.ScalaMojoSupport
-
This method resolves all transitive dependencies of an artifact.
- resolveDependencyArtifacts(Artifact, ArtifactFilter, ArtifactFilter, List<ArtifactRepository>, ArtifactRepository) - Method in class scala_maven.ScalaMojoSupport
-
This method resolves all transitive dependencies of an artifact.
- resolveJLine(VersionNumber, Artifact) - Method in class scala_maven.ScalaConsoleMojo
-
Attempt to resolve JLine against the Scala Compiler's dependency tree.
- resolver - Variable in class scala_maven.ScalaMojoSupport
-
Used to look up Artifacts in the remote repository.
- run() - Method in class scala_maven.ScalaContinuousCompileMojo.StopServer
- run(boolean) - Method in interface scala_maven_executions.JavaMainCaller
- run(boolean) - Method in class scala_maven_executions.JavaMainCallerSupport
- 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
- runInternal(boolean) - Method in class scala_maven_executions.JavaMainCallerInProcess
-
Runs the main method of a java class
- runMain(String, List<String>, ClassLoader) - Static method in class scala_maven_executions.MainHelper
-
Runs the main method of a java class
- runScript(boolean, URLClassLoader, String) - Method in class scala_maven.ScalaScriptMojo
S
- SBT_GROUP_ID - Static variable in class sbt_inc.SbtIncrementalCompiler
- sbt_inc - package sbt_inc
- SbtIncrementalCompiler - Class in sbt_inc
- SbtIncrementalCompiler(boolean, String, 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
- SCALA_ORG_GROUP - Static variable in class scala_maven.ScalaConsoleMojo
-
Constant
String
for "org.scala-lang". - scalaClassName - Variable in class scala_maven.ScalaMojoSupport
-
className (FQN) of the scala tool to provide as
- scalaCompatVersion - Variable in class scala_maven.ScalaMojoSupport
-
Scala 's version to use to check binary compatibility (like suffix in artifactId of dependency).
- ScalaCompileMojo - Class in scala_maven
-
Compiles a directory of Scala source.
- ScalaCompileMojo() - Constructor for class scala_maven.ScalaCompileMojo
- scalaCompilerArtifact(String) - Method in class scala_maven.ScalaMojoSupport
-
Constructs an
Artifact
for Scala Compiler. - ScalaCompilerSupport - Class in scala_maven
-
Abstract parent of all Scala Mojo who run compilation
- ScalaCompilerSupport() - Constructor for class scala_maven.ScalaCompilerSupport
- ScalaCompilerSupport.LastCompilationInfo - Class in scala_maven
- 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
- ScalaContinuousCompileMojo.StopServer - Class in scala_maven
- 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
- scalaDependentArtifactStrings - Variable in class scala_maven_dependency.CheckScalaVersionVisitor
- 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
- scalaHome - Variable in class scala_maven.ScalaMojoSupport
-
Path to Scala installation to use instead of the artifact (define as dependencies).
- ScalaMojoSupport - Class in scala_maven
- ScalaMojoSupport() - Constructor for class scala_maven.ScalaMojoSupport
- scalaOrganization - Variable in class scala_maven_dependency.ScalaDistroArtifactFilter
- scalaOrganization - Variable in class scala_maven.ScalaMojoSupport
-
Organization/group ID of the Scala used in the project.
- 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
- scalaVersion - Variable in class scala_maven.ScalaMojoSupport
-
Scala 's version to use.
- script - Variable in class scala_maven.ScalaScriptMojo
-
The script that will be executed.
- scriptBaseNameOf(File, int) - Static method in class scala_maven.ScalaScriptMojo
- 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
- setLastSuccessfullTS(long) - Method in class scala_maven.ScalaCompilerSupport.LastCompilationInfo
- setReportOutputDirectory(File) - Method in class scala_maven.ScalaDocMojo
- setupClassPathForConsole(VersionNumber) - Method in class scala_maven.ScalaConsoleMojo
-
Construct the appropriate Classpath for the Scala console.
- setupConsoleClasspaths(VersionNumber) - Method in class scala_maven.ScalaConsoleMojo
-
Construct the Classpath for any additional dependencies that are needed to run the Scala console.
- setupProjectClasspaths() - Method in class scala_maven.ScalaConsoleMojo
-
Construct the Classpath defined by the project and plugin settings.
- skip - Variable in class scala_maven.ScalaDocJarMojo
-
Specifies whether to skip generating scaladoc.
- 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
- startNewCompileServer() - Method in class scala_maven.ScalaContinuousCompileMojo
- StopServer() - Constructor for class scala_maven.ScalaContinuousCompileMojo.StopServer
- 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]
T
- target - Variable in class scala_maven.ScalaMojoSupport
-
The -target argument for the Java compiler (when using incremental compiler).
- test - Variable in class scala_maven.ScalaContinuousTestMojo
-
Specify this parameter to run individual tests by file name, overriding the
includes/excludes
parameters. - testAnalysisCacheFile - Variable in class scala_maven.ScalaContinuousCompileMojo
-
Analysis cache file for incremental recompilation.
- testAnalysisCacheFile - Variable in class scala_maven.ScalaTestCompileMojo
-
Analysis cache file for incremental recompilation.
- testOutputDir - Variable in class scala_maven.ScalaContinuousCompileMojo
-
The directory to place test compilation output in
- testOutputDir - Variable in class scala_maven.ScalaTestCompileMojo
-
The directory in which to place test compilation output
- testSourceDir - Variable in class scala_maven.AddSourceMojo
-
The directory in which testing scala source is found
- testSourceDir - Variable in class scala_maven.ScalaContinuousCompileMojo
-
The directory containing test source for compilation
- testSourceDir - Variable in class scala_maven.ScalaTestCompileMojo
-
The directory in which to find test scala source code
- toClasspathString(ClassLoader) - Static method in class scala_maven_executions.MainHelper
- toMultiPath(String[]) - Static method in class scala_maven_executions.MainHelper
- toMultiPath(List<String>) - Static method in class scala_maven_executions.MainHelper
- toolchainManager - Variable in class scala_maven.ScalaMojoSupport
-
The toolchain manager to use.
- top - Variable in class scala_maven.ScalaDocMojo
-
Include top text for each page [scaladoc, vscaladoc]
- toString() - Method in class scala_maven.BasicArtifact
- toString() - Method in class scala_maven.VersionNumber
- trace(F0<Throwable>) - Method in class sbt_inc.SbtLogger
- tryAggregateUpper(MavenProject) - Method in class scala_maven.ScalaDocMojo
- tryDeleteArgFile(List<String>) - Method in class scala_maven_executions.JavaMainCallerByFork
- TychoConstants_CTX_ECLIPSE_PLUGIN_CLASSPATH - Static variable in class scala_maven.TychoUtilities
- TychoUtilities - Class in scala_maven
-
Grossly hacky utility class which provides the fully unpacked OSGi classpath (ie.
- TychoUtilities() - Constructor for class scala_maven.TychoUtilities
U
- unescapeArgumentForScalacArgumentFile(String) - Static method in class scala_maven_executions.MainHelper
-
UnEscapes arguments as necessary so the StringTokenizer for scala arguments pulls in filenames with spaces correctly.
- untilContains - Variable in class scala_maven_executions.LogProcessorUtils.LevelState
- useCanonicalPath - Variable in class scala_maven.AddSourceMojo
-
Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath)
- useCanonicalPath - Variable in class scala_maven.ScalaMojoSupport
-
Should use CanonicalPath to normalize path (true => getCanonicalPath, false => getAbsolutePath)
- useDefaultManifestFile - Variable in class scala_maven.ScalaDocJarMojo
-
Set this to
true
to enable the use of thedefaultManifestFile
. - useFsc - Variable in class scala_maven.ScalaContinuousCompileMojo
-
Define if fsc should be used, else scalac is used.
- useRuntimeClasspath - Variable in class scala_maven.ScalaConsoleMojo
-
Add the runtime classpath, to the console's classpath ?
- useServer - Variable in class sbt_inc.SbtIncrementalCompiler
- useTestClasspath - Variable in class scala_maven.ScalaConsoleMojo
-
Add the test classpath (include classes from test directory), to the console's classpath ?
- useZincServer - Variable in class scala_maven.ScalaCompilerSupport
-
Use zinc server for incremental recompilation.
- util - package util
V
- valueOf(String) - Static method in enum scala_maven_executions.LogProcessorUtils.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum scala_maven_executions.LogProcessorUtils.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verbose - Variable in class scala_maven.ScalaContinuousCompileMojo
-
Turns verbose output on.
- version - Variable in class scala_maven.BasicArtifact
- VersionNumber - Class in scala_maven
- VersionNumber() - Constructor for class scala_maven.VersionNumber
- VersionNumber(String) - Constructor for class scala_maven.VersionNumber
- VersionNumberMask - Class in scala_maven
- VersionNumberMask(String) - Constructor for class scala_maven.VersionNumberMask
- versionOnly - Variable in class scala_maven.ScalaHelpMojo
-
Determines if help will only display a version
- visit(DependencyNode) - Method in class scala_maven_dependency.CheckScalaVersionVisitor
- vscaladocVersion - Variable in class scala_maven.ScalaDocMojo
-
If you want to use vscaladoc to generate api instead of regular scaladoc, set the version of vscaladoc you want to use.
W
- warn(F0<String>) - Method in class sbt_inc.SbtLogger
- WARNING - scala_maven_executions.LogProcessorUtils.Level
- windowtitle - Variable in class scala_maven.ScalaDocMojo
-
Specify window title of generated HTML documentation.
- wrapScript(File, boolean) - Method in class scala_maven.ScalaScriptMojo
X
- XSBTI_ARTIFACT_ID - Static variable in class sbt_inc.SbtIncrementalCompiler
Z
- zinc - Variable in class sbt_inc.SbtIncrementalCompiler
- zincCompile(File, List<String>, List<File>, File, List<String>, List<String>, File, Map<File, File>, String, Toolchain) - Method in class sbt_inc.SbtIncrementalCompiler
- zincHost - Variable in class scala_maven.ScalaCompilerSupport
-
Zinc server host, if running with incremental zinc server mode.
- zincPort - Variable in class scala_maven.ScalaCompilerSupport
-
Zinc server port, if running with incremental zinc server mode.
_
- _cl - Variable in class scala_maven_executions.JavaMainCallerInProcess
- _failed - Variable in class scala_maven_dependency.CheckScalaVersionVisitor
- _filterPrinted - Variable in class scala_maven.ScalaSourceMojoSupport
- _forceUseArgFile - Variable in class scala_maven_executions.JavaMainCallerByFork
- _javaExec - Variable in class scala_maven_executions.JavaMainCallerByFork
-
Location of java executable.
- _lastCompileAt - Variable in class scala_maven.ScalaCompilerSupport
- _lastCompileAtFile - Variable in class scala_maven.ScalaCompilerSupport.LastCompilationInfo
- _lastScriptIndex - Static variable in class scala_maven.ScalaScriptMojo
- _log - Variable in class scala_maven_dependency.CheckScalaVersionVisitor
- _outputDir - Variable in class scala_maven.ScalaCompilerSupport.LastCompilationInfo
- _redirectToLog - Variable in class scala_maven_executions.JavaMainCallerByFork
- _regexp - Static variable in class scala_maven.VersionNumber
- _regexp - Static variable in class scala_maven.VersionNumberMask
- _scalaOrganization - Variable in class scala_maven_dependency.CheckScalaVersionVisitor
- _scalaVersionN - Variable in class scala_maven.ScalaMojoSupport
- _sourceFiles - Variable in class scala_maven.ScalaDocMojo
- _version - Variable in class scala_maven_dependency.CheckScalaVersionVisitor
All Classes All Packages