Packages

c

scalafix.internal.cli

ScalafixOptions

case class ScalafixOptions(version: Boolean = false, verbose: Boolean = false, config: Option[String] = None, configStr: Option[String] = None, sourceroot: Option[String] = None, classpath: Option[String] = None, classpathAutoRoots: Option[String] = None, toolClasspath: Option[String] = None, noStrictSemanticdb: Boolean = false, rules: List[String] = Nil, files: List[String] = List.empty[String], stdout: Boolean = false, test: Boolean = false, outFrom: Option[String] = None, outTo: Option[String] = None, exclude: List[String] = Nil, singleThread: Boolean = false, noSysExit: Boolean = false, inPlace: Boolean = true, common: CommonOptions = CommonOptions(), quietParseErrors: Boolean = false, bash: Boolean = false, zsh: Boolean = false, nonInteractive: Boolean = false, projectId: Option[String] = None, sbt: Option[String] = None, diff: Boolean = false, diffBase: Option[String] = None, format: Option[OutputFormat] = None) extends Product with Serializable

Annotations
@AppName( "scalafix" ) @AppVersion( scalafix.Versions.version ) @ProgName( "scalafix" )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalafixOptions
  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 ScalafixOptions(version: Boolean = false, verbose: Boolean = false, config: Option[String] = None, configStr: Option[String] = None, sourceroot: Option[String] = None, classpath: Option[String] = None, classpathAutoRoots: Option[String] = None, toolClasspath: Option[String] = None, noStrictSemanticdb: Boolean = false, rules: List[String] = Nil, files: List[String] = List.empty[String], stdout: Boolean = false, test: Boolean = false, outFrom: Option[String] = None, outTo: Option[String] = None, exclude: List[String] = Nil, singleThread: Boolean = false, noSysExit: Boolean = false, inPlace: Boolean = true, common: CommonOptions = CommonOptions(), quietParseErrors: Boolean = false, bash: Boolean = false, zsh: Boolean = false, nonInteractive: Boolean = false, projectId: Option[String] = None, sbt: Option[String] = None, diff: Boolean = false, diffBase: Option[String] = None, format: Option[OutputFormat] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val bash: Boolean
  6. val classpath: Option[String]
  7. val classpathAutoRoots: Option[String]
  8. def classpathRoots: List[scala.meta.io.AbsolutePath]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val common: CommonOptions
  11. val config: Option[String]
  12. val configStr: Option[String]
  13. lazy val diagnostic: ScalafixReporter
  14. val diff: Boolean
  15. val diffBase: Option[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val exclude: List[String]
  18. val files: List[String]
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val format: Option[OutputFormat]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val inPlace: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. val noStrictSemanticdb: Boolean
  26. val noSysExit: Boolean
  27. val nonInteractive: Boolean
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val outFrom: Option[String]
  31. val outTo: Option[String]
  32. val projectId: Option[String]
  33. def projectIdPrefix: String
  34. val quietParseErrors: Boolean
  35. val rules: List[String]
  36. val sbt: Option[String]
  37. val singleThread: Boolean
  38. val sourceroot: Option[String]
  39. val stdout: Boolean
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. val test: Boolean
  42. val toolClasspath: Option[String]
  43. val verbose: Boolean
  44. val version: Boolean
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. val zsh: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped