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, test: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, metacpCacheDir: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: Classpath = Classpath(Nil), charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, format: OutputFormat = OutputFormat.Default, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find) 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
  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, test: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, metacpCacheDir: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: Classpath = Classpath(Nil), charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, format: OutputFormat = OutputFormat.Default, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. val autoClasspath: Boolean

    Permalink
  6. val autoClasspathRoots: List[AbsolutePath]

    Permalink
  7. val autoSuppressLinterErrors: Boolean

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

    Permalink
  9. val bash: Boolean

    Permalink
  10. val charset: Charset

    Permalink
  11. val classpath: Classpath

    Permalink
  12. def clone(): AnyRef

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

    Permalink
  14. def configuredDiffDisable: Configured[DiffDisable]

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

    Permalink
  16. def configuredSourceroot: Configured[AbsolutePath]

    Permalink
  17. def configuredSymtab: Configured[SymbolTable]

    Permalink
  18. val cwd: AbsolutePath

    Permalink
  19. val diff: Boolean

    Permalink
  20. val diffBase: Option[String]

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
  23. val files: List[AbsolutePath]

    Permalink
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val format: OutputFormat

    Permalink
  26. final def getClass(): Class[_]

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. val ls: Ls

    Permalink
  30. val metacpCacheDir: Option[AbsolutePath]

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

    Permalink
    Definition Classes
    AnyRef
  32. val noStaleSemanticdb: Boolean

    Permalink
  33. val noSysExit: Boolean

    Permalink
  34. val nonInteractive: Boolean

    Permalink
  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. val out: PrintStream

    Permalink
  38. val outFrom: Option[String]

    Permalink
  39. val outTo: Option[String]

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

    Permalink
  41. val rules: List[String]

    Permalink
  42. val settings: Conf

    Permalink
  43. val sourceroot: Option[AbsolutePath]

    Permalink
  44. val stdout: Boolean

    Permalink
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. val test: Boolean

    Permalink
  47. val toolClasspath: Classpath

    Permalink
  48. def validate: Configured[ValidatedArgs]

    Permalink
  49. def validatedClasspath: Classpath

    Permalink
  50. val verbose: Boolean

    Permalink
  51. val version: Boolean

    Permalink
  52. final def wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped