package v1
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- v1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- final class DelegatingMainCallback extends ScalafixMainCallback
- case class FileException(file: AbsolutePath, cause: Throwable) extends Exception with NoStackTrace with Product with Serializable
- sealed abstract class Ls extends AnyRef
- class Section extends Annotation with StaticAnnotation
- 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, semanticdbFileFilter: FilterMatcher) extends Product with Serializable
Value Members
- object ArgExpansion
- object Args extends Serializable
- object CompletionsOps
- object Ls
- object MainOps