Packages

package v1

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. v1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Args(rules: List[String] = Nil, files: List[AbsolutePath] = Nil, config: Option[AbsolutePath] = None, check: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, syntactic: Boolean = false, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, scalacOptions: List[String] = Nil, scalaVersion: String = ..., bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: URLClassLoader = ClasspathOps.thisClassLoader, charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find, callback: ScalafixMainCallback) extends Product with Serializable
  2. final class DelegatingMainCallback extends ScalafixMainCallback
  3. sealed abstract class Ls extends AnyRef
  4. case class ScalafixFileConfig(rules: Conf, other: Conf) extends Product with Serializable
  5. class Section extends Annotation with StaticAnnotation
  6. case class ValidatedArgs(args: Args, symtab: SymbolTable, rules: Rules, config: ScalafixConfig, classLoader: ClassLoader, sourceroot: scala.meta.AbsolutePath, pathReplace: (scala.meta.AbsolutePath) ⇒ scala.meta.AbsolutePath, diffDisable: DiffDisable, callback: DelegatingMainCallback) extends Product with Serializable

Value Members

  1. object ArgExpansion
  2. object Args extends Serializable
  3. object CompletionsOps
  4. object Ls
  5. object MainOps
  6. object ScalafixFileConfig extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped