Class/Object

scalafix.internal.v1

Args

Related Docs: object Args | package v1

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val autoClasspath: Boolean

    Permalink
  8. val autoClasspathRoots: List[AbsolutePath]

    Permalink
  9. val autoSuppressLinterErrors: Boolean

    Permalink
  10. def baseConfig: Configured[(Conf, ScalafixConfig, DelegatingMainCallback)]

    Permalink
  11. val bash: Boolean

    Permalink
  12. val callback: ScalafixMainCallback

    Permalink
  13. val charset: Charset

    Permalink
  14. val check: Boolean

    Permalink
  15. def classLoader: ClassLoader

    Permalink
  16. val classpath: Classpath

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. val config: Option[AbsolutePath]

    Permalink
  19. def configuredDiffDisable: Configured[DiffDisable]

    Permalink
  20. def configuredGlobal: Configured[LazyValue[Option[Global]]]

    Permalink
  21. def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]

    Permalink
  22. def configuredSourceroot: Configured[AbsolutePath]

    Permalink
  23. def configuredSymtab: Configured[SymbolTable]

    Permalink
  24. val cwd: AbsolutePath

    Permalink
  25. val diff: Boolean

    Permalink
  26. val diffBase: Option[String]

    Permalink
  27. def ensuring(cond: (Args) ⇒ Boolean, msg: ⇒ Any): Args

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  32. val exclude: List[PathMatcher]

    Permalink
  33. def fileConfig: Configured[Conf]

    Permalink
  34. val files: List[AbsolutePath]

    Permalink
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. val help: Boolean

    Permalink
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. val ls: Ls

    Permalink
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. val noStaleSemanticdb: Boolean

    Permalink
  43. val noSysExit: Boolean

    Permalink
  44. val nonInteractive: Boolean

    Permalink
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. val out: PrintStream

    Permalink
  48. val outFrom: Option[String]

    Permalink
  49. val outTo: Option[String]

    Permalink
  50. def resolvedPathReplace: Configured[(AbsolutePath) ⇒ AbsolutePath]

    Permalink
  51. def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]

    Permalink
  52. def ruleDecoderSettings: Settings

    Permalink
  53. val rules: List[String]

    Permalink
  54. def rulesConf(base: () ⇒ Conf): Conf

    Permalink
  55. val scalaVersion: String

    Permalink
  56. val scalacOptions: List[String]

    Permalink
  57. def semanticdbFilterMatcher: FilterMatcher

    Permalink
  58. def semanticdbOption(name: String): Option[String]

    Permalink
  59. val settings: Conf

    Permalink
  60. val sourceroot: Option[AbsolutePath]

    Permalink
  61. val stdout: Boolean

    Permalink
  62. def structure: String

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  67. val syntactic: Boolean

    Permalink
  68. def toString(): String

    Permalink
    Definition Classes
    Args → AnyRef → Any
  69. val toolClasspath: URLClassLoader

    Permalink
  70. def validate: Configured[ValidatedArgs]

    Permalink
  71. def validatedClasspath: Classpath

    Permalink
  72. val verbose: Boolean

    Permalink
  73. val version: Boolean

    Permalink
  74. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. val zsh: Boolean

    Permalink
  78. def [B](y: B): (Args, B)

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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