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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped