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, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, 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, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, 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. val files: List[AbsolutePath]
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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. 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. def toString(): String
    Definition Classes
    Args → AnyRef → Any
  48. val toolClasspath: URLClassLoader
  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