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, triggered: Boolean = false, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, semanticdbTargetroots: List[AbsolutePath] = Nil, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, scalacOptions: List[String] = Nil, scalaVersion: ScalaVersion = Args.runtimeScalaVersion, 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
- Alphabetic
- By Inheritance
Inherited
- Args
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by XtensionScalafixProductInspect
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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, triggered: Boolean = false, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, semanticdbTargetroots: List[AbsolutePath] = Nil, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, scalacOptions: List[String] = Nil, scalaVersion: ScalaVersion = Args.runtimeScalaVersion, 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)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Args, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoClasspath: Boolean
- val autoClasspathRoots: List[AbsolutePath]
- val autoSuppressLinterErrors: Boolean
- def baseConfig: Configured[(Conf, ScalafixConfig, DelegatingMainCallback)]
- val bash: Boolean
- val callback: ScalafixMainCallback
- val charset: Charset
- val check: Boolean
- def classLoader: ClassLoader
- val classpath: Classpath
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val config: Option[AbsolutePath]
- def configureScalaVersions(conf: ScalafixConfig): Configured[ScalafixConfig]
- def configuredDiffDisable: Configured[DiffDisable]
- def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]
- def configuredSourceroot: Configured[AbsolutePath]
- def configuredSymtab: Configured[SymbolTable]
- val cwd: AbsolutePath
- val diff: Boolean
- val diffBase: Option[String]
- def ensuring(cond: (Args) => Boolean, msg: => Any): Args
- def ensuring(cond: (Args) => Boolean): Args
- def ensuring(cond: Boolean, msg: => Any): Args
- def ensuring(cond: Boolean): Args
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exclude: List[PathMatcher]
- def fileConfig: Configured[Conf]
- val files: List[AbsolutePath]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val help: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ls: Ls
- def maybeOverlaidConfWithTriggered(base: Conf): Conf
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noStaleSemanticdb: Boolean
- val noSysExit: Boolean
- val nonInteractive: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val out: PrintStream
- val outFrom: Option[String]
- val outTo: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def resolvedPathReplace: Configured[(AbsolutePath) => AbsolutePath]
- def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]
- def ruleDecoderSettings: Settings
- val rules: List[String]
- def rulesConf(base: () => Conf): Conf
- val scalaVersion: ScalaVersion
- val scalacOptions: List[String]
- def semanticdbFilterMatcher: FilterMatcher
- val semanticdbTargetroots: List[AbsolutePath]
- val settings: Conf
- def sourceScalaVersion: Option[ScalaVersion]
- val sourceroot: Option[AbsolutePath]
- val stdout: Boolean
- def structure: String
- Implicit
- This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
- def structureLabeled(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
- def structureLabeled: String
- Implicit
- This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
- def structureWidth(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val syntactic: Boolean
- def toString(): String
- Definition Classes
- Args → AnyRef → Any
- val toolClasspath: URLClassLoader
- val triggered: Boolean
- def validate: Configured[ValidatedArgs]
- def validatedClasspath: Classpath
- val verbose: Boolean
- val version: Boolean
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val zsh: Boolean
Deprecated Value Members
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Args toStringFormat[Args] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def structure(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from Args toscalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.7) use structureWidth instead
- def →[B](y: B): (Args, B)
- Implicit
- This member is added by an implicit conversion from Args toArrowAssoc[Args] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.