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, triggered: Boolean = false, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, semanticdbTargetroots: List[AbsolutePath] = Nil, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, scalacOptions: List[String] = Nil, scalaVersion: ScalaVersion = Args.runtimeScalaVersion, 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. Product
  4. Equals
  5. AnyRef
  6. 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. Protected

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, triggered: Boolean = false, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, semanticdbTargetroots: List[AbsolutePath] = Nil, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, scalacOptions: List[String] = Nil, scalaVersion: ScalaVersion = Args.runtimeScalaVersion, 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 toany2stringadd[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 toArrowAssoc[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(classOf[java.lang.CloneNotSupportedException]) @native()
  18. val config: Option[AbsolutePath]
  19. def configureScalaVersions(conf: ScalafixConfig): Configured[ScalafixConfig]
  20. def configuredDiffDisable: Configured[DiffDisable]
  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 toEnsuring[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 toEnsuring[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 toEnsuring[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 toEnsuring[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 toStringFormat[Args] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. val help: Boolean
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val ls: Ls
  41. def maybeOverlaidConfWithTriggered(base: Conf): Conf
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. val noStaleSemanticdb: Boolean
  44. val noSysExit: Boolean
  45. val nonInteractive: Boolean
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. val out: PrintStream
  49. val outFrom: Option[String]
  50. val outTo: Option[String]
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. def resolvedPathReplace: Configured[(AbsolutePath) => AbsolutePath]
  53. def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]
  54. def ruleDecoderSettings: Settings
  55. val rules: List[String]
  56. def rulesConf(base: () => Conf): Conf
  57. val scalaVersion: ScalaVersion
  58. val scalacOptions: List[String]
  59. def semanticdbFilterMatcher: FilterMatcher
  60. val semanticdbTargetroots: List[AbsolutePath]
  61. val settings: Conf
  62. def sourceScalaVersion: Option[ScalaVersion]
  63. val sourceroot: Option[AbsolutePath]
  64. val stdout: Boolean
  65. def structure: String
    Implicit
    This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  66. def structureLabeled(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  67. def structureLabeled: String
    Implicit
    This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  68. def structureWidth(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  69. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  70. val syntactic: Boolean
  71. def toString(): String
    Definition Classes
    Args → AnyRef → Any
  72. val toolClasspath: URLClassLoader
  73. val triggered: Boolean
  74. def validate: Configured[ValidatedArgs]
  75. def validatedClasspath: Classpath
  76. val verbose: Boolean
  77. val version: Boolean
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  81. val zsh: Boolean

Deprecated Value Members

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

    (Since version 0.9.7) use structureWidth instead

  2. def [B](y: B): (Args, B)
    Implicit
    This member is added by an implicit conversion from Args toArrowAssoc[Args] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionScalafixProductInspect fromArgs to scalafix.XtensionScalafixProductInspect

Inherited by implicit conversion any2stringadd fromArgs to any2stringadd[Args]

Inherited by implicit conversion StringFormat fromArgs to StringFormat[Args]

Inherited by implicit conversion Ensuring fromArgs to Ensuring[Args]

Inherited by implicit conversion ArrowAssoc fromArgs to ArrowAssoc[Args]

Ungrouped