Packages

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Args
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autoClasspath: Boolean
  6. val autoClasspathRoots: List[AbsolutePath]
  7. val autoSuppressLinterErrors: Boolean
  8. def baseConfig: Configured[(Conf, ScalafixConfig)]
  9. val bash: Boolean
  10. val charset: Charset
  11. val classpath: Classpath
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. val config: Option[AbsolutePath]
  14. def configuredDiffDisable: Configured[DiffDisable]
  15. def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]
  16. def configuredSourceroot: Configured[AbsolutePath]
  17. def configuredSymtab: Configured[SymbolTable]
  18. val cwd: AbsolutePath
  19. val diff: Boolean
  20. val diffBase: Option[String]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val exclude: List[PathMatcher]
  23. val files: List[AbsolutePath]
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val format: OutputFormat
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. val help: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val ls: Ls
  30. val metacpCacheDir: Option[AbsolutePath]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. val noStaleSemanticdb: Boolean
  33. val noSysExit: Boolean
  34. val nonInteractive: Boolean
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val out: PrintStream
  38. val outFrom: Option[String]
  39. val outTo: Option[String]
  40. def resolvedPathReplace: Configured[(AbsolutePath) ⇒ AbsolutePath]
  41. val rules: List[String]
  42. val settings: Conf
  43. val sourceroot: Option[AbsolutePath]
  44. val stdout: Boolean
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. val test: Boolean
  47. val toolClasspath: Classpath
  48. def validate: Configured[ValidatedArgs]
  49. def validatedClasspath: Classpath
  50. val verbose: Boolean
  51. val version: Boolean
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. val zsh: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped