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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. val help: Boolean
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. val ls: Ls
  40. def maybeOverlaidConfWithTriggered(base: Conf): Conf
  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 productElementNames: Iterator[String]
    Definition Classes
    Product
  51. def resolvedPathReplace: Configured[(AbsolutePath) => AbsolutePath]
  52. def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]
  53. def ruleDecoderSettings: Settings
  54. val rules: List[String]
  55. def rulesConf(base: () => Conf): Conf
  56. val scalaVersion: ScalaVersion
  57. val scalacOptions: List[String]
  58. def semanticdbFilterMatcher: FilterMatcher
  59. val semanticdbTargetroots: List[AbsolutePath]
  60. val settings: Conf
  61. def sourceScalaVersion: Option[ScalaVersion]
  62. val sourceroot: Option[AbsolutePath]
  63. val stdout: Boolean
  64. 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
  65. 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
  66. 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
  67. 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
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. val syntactic: Boolean
  70. def toString(): String
    Definition Classes
    Args → AnyRef → Any
  71. val toolClasspath: URLClassLoader
  72. val triggered: Boolean
  73. def validate: Configured[ValidatedArgs]
  74. def validatedClasspath: Classpath
  75. val verbose: Boolean
  76. val version: Boolean
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  80. val zsh: Boolean

Deprecated Value Members

  1. 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
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. 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

  3. 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