- scala211() - Method in interface scalafix.interfaces.Scalafix
-
Deprecated.
- scala212() - Method in interface scalafix.interfaces.Scalafix
-
- scala213() - Method in interface scalafix.interfaces.Scalafix
-
- scala33() - Method in interface scalafix.interfaces.Scalafix
-
- scala35() - Method in interface scalafix.interfaces.Scalafix
-
- scala36() - Method in interface scalafix.interfaces.Scalafix
-
- scala37() - Method in interface scalafix.interfaces.Scalafix
-
- scala3LTS() - Method in interface scalafix.interfaces.Scalafix
-
- scala3Next() - Method in interface scalafix.interfaces.Scalafix
-
- Scalafix - Interface in scalafix.interfaces
-
Public API for reflectively invoking Scalafix from a build tool or IDE integration.
- scalafix.interfaces - package scalafix.interfaces
-
- scalafix.internal.interfaces - package scalafix.internal.interfaces
-
- ScalafixArguments - Interface in scalafix.interfaces
-
Wrapper around arguments for invoking the Scalafix command-line interface main method.
- scalafixCliJars(List<Repository>, String, String) - Static method in class scalafix.internal.interfaces.ScalafixCoursier
-
- ScalafixCoursier - Class in scalafix.internal.interfaces
-
- ScalafixCoursier() - Constructor for class scalafix.internal.interfaces.ScalafixCoursier
-
- ScalafixDiagnostic - Interface in scalafix.interfaces
-
A diagnostic such as a linter message or general error reported by Scalafix.
- ScalafixError - Enum in scalafix.interfaces
-
A code representing a category of errors that happen while running Scalafix.
- ScalafixEvaluation - Interface in scalafix.interfaces
-
- ScalafixEvaluationError - Enum in scalafix.interfaces
-
- ScalafixException - Exception in scalafix.interfaces
-
An error occurred while loading an instance of
Scalafix.
- ScalafixException(String, Throwable) - Constructor for exception scalafix.interfaces.ScalafixException
-
- ScalafixException(String) - Constructor for exception scalafix.interfaces.ScalafixException
-
- ScalafixFileEvaluation - Interface in scalafix.interfaces
-
- ScalafixFileEvaluationError - Enum in scalafix.interfaces
-
- ScalafixInput - Interface in scalafix.interfaces
-
An input represents an input source for code such as a file or virtual file.
- ScalafixInterfacesClassloader - Class in scalafix.internal.interfaces
-
A classloader that shares only scalafix-interfaces classes from the parent classloader.
- ScalafixInterfacesClassloader(ClassLoader) - Constructor for class scalafix.internal.interfaces.ScalafixInterfacesClassloader
-
- ScalafixLintID - Interface in scalafix.interfaces
-
A unique identifier for this category of lint diagnostics
- ScalafixMainCallback - Interface in scalafix.interfaces
-
Callback handler for events that happen in the command-line interface.
- ScalafixMainMode - Enum in scalafix.interfaces
-
The mode for running the command-line interface.
- ScalafixPatch - Interface in scalafix.interfaces
-
- ScalafixPosition - Interface in scalafix.interfaces
-
A source position pointing to a range location in code.
- ScalafixRule - Interface in scalafix.interfaces
-
- ScalafixRuleKind - Enum in scalafix.interfaces
-
- ScalafixSeverity - Enum in scalafix.interfaces
-
The logging level at which Scalafix diagnostics are reported.
- ScalafixTextEdit - Interface in scalafix.interfaces
-
- scalafixVersion() - Method in interface scalafix.interfaces.Scalafix
-
The release version of the current Scalafix API instance.
- scalametaVersion() - Method in interface scalafix.interfaces.Scalafix
-
The recommended Scalameta version to match the current Scalafix API instance.
- scalaVersion() - Method in interface scalafix.interfaces.Scalafix
-
The exact Scala versions used
- severity() - Method in interface scalafix.interfaces.ScalafixDiagnostic
-
- startColumn() - Method in interface scalafix.interfaces.ScalafixPosition
-
- startLine() - Method in interface scalafix.interfaces.ScalafixPosition
-
- startOffset() - Method in interface scalafix.interfaces.ScalafixPosition
-
- supportedScalaVersions() - Method in interface scalafix.interfaces.Scalafix
-
The exact Scala versions that are supported
- validate() - Method in interface scalafix.interfaces.ScalafixArguments
-
Validates that the passed arguments are valid.
- valueOf(String) - Static method in enum scalafix.interfaces.ScalafixError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum scalafix.interfaces.ScalafixEvaluationError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum scalafix.interfaces.ScalafixFileEvaluationError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum scalafix.interfaces.ScalafixMainMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum scalafix.interfaces.ScalafixRuleKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum scalafix.interfaces.ScalafixSeverity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum scalafix.interfaces.ScalafixError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum scalafix.interfaces.ScalafixEvaluationError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum scalafix.interfaces.ScalafixFileEvaluationError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum scalafix.interfaces.ScalafixMainMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum scalafix.interfaces.ScalafixRuleKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum scalafix.interfaces.ScalafixSeverity
-
Returns an array containing the constants of this enum type, in
the order they are declared.