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, test: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, metacpCacheDir: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: Classpath = Classpath(Nil), charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, format: OutputFormat = OutputFormat.Default, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find) extends Product with Serializable
- sealed abstract class Ls extends AnyRef
- case class ScalafixFileConfig(rules: Conf, other: Conf) extends Product with Serializable
- class Section extends Annotation with StaticAnnotation
- case class ValidatedArgs(args: Args, symtab: SymbolTable, rules: Rules, config: ScalafixConfig, classpath: scala.meta.Classpath, sourceroot: scala.meta.AbsolutePath, pathReplace: (scala.meta.AbsolutePath) ⇒ scala.meta.AbsolutePath, diffDisable: DiffDisable) extends Product with Serializable
Value Members
- object Args extends Serializable
- object CompletionsOps
- object Ls
- object MainOps
- object ScalafixFileConfig extends Serializable