Args

scalafix.internal.v1.Args
See theArgs companion object
case class Args(rules: List[String], files: List[AbsolutePath], config: Option[AbsolutePath], check: Boolean, stdout: Boolean, diff: Boolean, diffBase: Option[String], syntactic: Boolean, triggered: Boolean, verbose: Boolean, help: Boolean, version: Boolean, classpath: Classpath, sourceroot: Option[AbsolutePath], semanticdbTargetroots: List[AbsolutePath], autoClasspath: Boolean, autoClasspathRoots: List[AbsolutePath], scalacOptions: List[String], scalaVersion: ScalaVersion, bash: Boolean, zsh: Boolean, exclude: List[PathMatcher], toolClasspath: URLClassLoader, charset: Charset, noSysExit: Boolean, noStaleSemanticdb: Boolean, settings: Conf, outFrom: Option[String], outTo: Option[String], autoSuppressLinterErrors: Boolean, cwd: AbsolutePath, nonInteractive: Boolean, out: PrintStream, ls: Ls, callback: ScalafixMainCallback)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def classLoader: ClassLoader
def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]
def configuredSourceroot: Configured[AbsolutePath]
def resolvedPathReplace: Configured[AbsolutePath => AbsolutePath]
def ruleDecoder(scalafixConfig: ScalafixConfig): ConfDecoder[Rules]
def rulesConf(base: () => Conf): Conf
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def validatedClasspath: Classpath

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product