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, 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

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, 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)

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, DelegatingMainCallback)]
  9. val bash: Boolean
  10. val callback: ScalafixMainCallback
  11. val charset: Charset
  12. def classLoader: ClassLoader
  13. val classpath: Classpath
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. val config: Option[AbsolutePath]
  16. def configuredDiffDisable: Configured[DiffDisable]
  17. def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]
  18. def configuredSourceroot: Configured[AbsolutePath]
  19. def configuredSymtab: Configured[SymbolTable]
  20. val cwd: AbsolutePath
  21. val diff: Boolean
  22. val diffBase: Option[String]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val exclude: List[PathMatcher]
  25. def fileConfig: Configured[Conf]
  26. val files: List[AbsolutePath]
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. val help: Boolean
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val ls: Ls
  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. def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]
  43. def ruleDecoderSettings: Settings
  44. val rules: List[String]
  45. def rulesConf(base: () ⇒ Conf): Conf
  46. val scalaVersion: String
  47. val scalacOptions: List[String]
  48. val settings: Conf
  49. val sourceroot: Option[AbsolutePath]
  50. val stdout: Boolean
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. val syntactic: Boolean
  53. val test: Boolean
  54. def toString(): String
    Definition Classes
    Args → AnyRef → Any
  55. val toolClasspath: URLClassLoader
  56. def validate: Configured[ValidatedArgs]
  57. def validatedClasspath: Classpath
  58. val verbose: Boolean
  59. val version: Boolean
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  63. val zsh: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped