Packages

case class Args(rules: List[String] = Nil, files: List[AbsolutePath] = Nil, config: Option[AbsolutePath] = None, check: 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
Implicitly
  1. by XtensionScalafixProductInspect
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  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, check: 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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Args to any2stringadd[Args] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Args, B)
    Implicit
    This member is added by an implicit conversion from Args to ArrowAssoc[Args] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val autoClasspath: Boolean
  8. val autoClasspathRoots: List[AbsolutePath]
  9. val autoSuppressLinterErrors: Boolean
  10. def baseConfig: Configured[(Conf, ScalafixConfig, DelegatingMainCallback)]
  11. val bash: Boolean
  12. val callback: ScalafixMainCallback
  13. val charset: Charset
  14. val check: Boolean
  15. def classLoader: ClassLoader
  16. val classpath: Classpath
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. val config: Option[AbsolutePath]
  19. def configuredDiffDisable: Configured[DiffDisable]
  20. def configuredGlobal: Configured[LazyValue[Option[Global]]]
  21. def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]
  22. def configuredSourceroot: Configured[AbsolutePath]
  23. def configuredSymtab: Configured[SymbolTable]
  24. val cwd: AbsolutePath
  25. val diff: Boolean
  26. val diffBase: Option[String]
  27. def ensuring(cond: (Args) ⇒ Boolean, msg: ⇒ Any): Args
    Implicit
    This member is added by an implicit conversion from Args to Ensuring[Args] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: (Args) ⇒ Boolean): Args
    Implicit
    This member is added by an implicit conversion from Args to Ensuring[Args] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean, msg: ⇒ Any): Args
    Implicit
    This member is added by an implicit conversion from Args to Ensuring[Args] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean): Args
    Implicit
    This member is added by an implicit conversion from Args to Ensuring[Args] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. val exclude: List[PathMatcher]
  33. def fileConfig: Configured[Conf]
  34. val files: List[AbsolutePath]
  35. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Args to StringFormat[Args] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. val help: Boolean
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val ls: Ls
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. val noStaleSemanticdb: Boolean
  43. val noSysExit: Boolean
  44. val nonInteractive: Boolean
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. val out: PrintStream
  48. val outFrom: Option[String]
  49. val outTo: Option[String]
  50. def resolvedPathReplace: Configured[(AbsolutePath) ⇒ AbsolutePath]
  51. def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]
  52. def ruleDecoderSettings: Settings
  53. val rules: List[String]
  54. def rulesConf(base: () ⇒ Conf): Conf
  55. val scalaVersion: String
  56. val scalacOptions: List[String]
  57. def semanticdbFilterMatcher: FilterMatcher
  58. def semanticdbOption(name: String): Option[String]
  59. val settings: Conf
  60. val sourceroot: Option[AbsolutePath]
  61. val stdout: Boolean
  62. def structure: String
    Implicit
    This member is added by an implicit conversion from Args to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  63. def structureLabeled(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Args to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  64. def structureLabeled: String
    Implicit
    This member is added by an implicit conversion from Args to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  65. def structureWidth(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Args to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. val syntactic: Boolean
  68. def toString(): String
    Definition Classes
    Args → AnyRef → Any
  69. val toolClasspath: URLClassLoader
  70. def validate: Configured[ValidatedArgs]
  71. def validatedClasspath: Classpath
  72. val verbose: Boolean
  73. val version: Boolean
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  77. val zsh: Boolean
  78. def [B](y: B): (Args, B)
    Implicit
    This member is added by an implicit conversion from Args to ArrowAssoc[Args] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def structure(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Args to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.7) use structureWidth instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionScalafixProductInspect from Args to scalafix.XtensionScalafixProductInspect

Inherited by implicit conversion any2stringadd from Args to any2stringadd[Args]

Inherited by implicit conversion StringFormat from Args to StringFormat[Args]

Inherited by implicit conversion Ensuring from Args to Ensuring[Args]

Inherited by implicit conversion ArrowAssoc from Args to ArrowAssoc[Args]

Ungrouped