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. 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, 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 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 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 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. 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 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 to scalafix.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 to scalafix.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 to scalafix.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 to scalafix.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( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  80. val zsh: Boolean
  81. 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