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, 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) 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, 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)

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
    @throws( ... )
  10. val common: CommonOptions
  11. val config: Option[String]
  12. val configStr: Option[String]
  13. lazy val diagnostic: ScalafixReporter
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val exclude: List[String]
  16. val files: List[String]
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. val inPlace: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val noStrictSemanticdb: Boolean
  23. val noSysExit: Boolean
  24. val nonInteractive: Boolean
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. val outFrom: Option[String]
  28. val outTo: Option[String]
  29. val projectId: Option[String]
  30. def projectIdPrefix: String
  31. val quietParseErrors: Boolean
  32. val rules: List[String]
  33. val sbt: Option[String]
  34. val singleThread: Boolean
  35. val sourceroot: Option[String]
  36. val stdout: Boolean
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val test: Boolean
  39. val verbose: Boolean
  40. val version: Boolean
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val zsh: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped