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 configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]

    Permalink
  21. def configuredSourceroot: Configured[AbsolutePath]

    Permalink
  22. def configuredSymtab: Configured[SymbolTable]

    Permalink
  23. val cwd: AbsolutePath

    Permalink
  24. val diff: Boolean

    Permalink
  25. val diffBase: Option[String]

    Permalink
  26. 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
  27. 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
  28. 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
  29. 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
  30. final def eq(arg0: AnyRef): Boolean

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

    Permalink
  32. def fileConfig: Configured[Conf]

    Permalink
  33. val files: List[AbsolutePath]

    Permalink
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. 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()
  36. final def getClass(): Class[_]

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

    Permalink
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. val ls: Ls

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

    Permalink
    Definition Classes
    AnyRef
  41. val noStaleSemanticdb: Boolean

    Permalink
  42. val noSysExit: Boolean

    Permalink
  43. val nonInteractive: Boolean

    Permalink
  44. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  46. val out: PrintStream

    Permalink
  47. val outFrom: Option[String]

    Permalink
  48. val outTo: Option[String]

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

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

    Permalink
  51. def ruleDecoderSettings: Settings

    Permalink
  52. val rules: List[String]

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

    Permalink
  54. val scalaVersion: String

    Permalink
  55. val scalacOptions: List[String]

    Permalink
  56. val settings: Conf

    Permalink
  57. val sourceroot: Option[AbsolutePath]

    Permalink
  58. val stdout: Boolean

    Permalink
  59. 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
  60. 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
  61. 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
  62. 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
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. val syntactic: Boolean

    Permalink
  65. def toString(): String

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

    Permalink
  67. def validate: Configured[ValidatedArgs]

    Permalink
  68. def validatedClasspath: Classpath

    Permalink
  69. val verbose: Boolean

    Permalink
  70. val version: Boolean

    Permalink
  71. final def wait(): Unit

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

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

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

    Permalink
  75. 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

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