Arg

scalafix.internal.sbt.Arg
See theArg companion trait
object Arg

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Arg.type

Members list

Type members

Classlikes

sealed trait CacheKey

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Config
object NoCache
class ParsedArgs
class Rules
case class Classpath(classpath: Seq[Path]) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class Config(file: Option[Path]) extends Arg, CacheKey

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CacheKey
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case object NoCache extends Arg, CacheKey

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CacheKey
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
Self type
NoCache.type
case class ParsedArgs(args: Seq[String]) extends Arg, CacheKey

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CacheKey
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class Paths(paths: Seq[Path]) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class PrintStream(printStream: PrintStream) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class Rules(rules: Seq[String]) extends Arg, CacheKey

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CacheKey
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class ScalaVersion(version: String) extends Arg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class ScalacOptions(options: Seq[String]) extends Arg, Printable

Attributes

Supertypes
trait Serializable
trait Printable
trait Product
trait Equals
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all
case class ToolClasspath(customURIs: Seq[URI], customDependencies: Seq[ModuleID], repositories: Seq[Repository]) extends Arg, CacheKey

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CacheKey
trait Arg
trait ScalafixArguments => ScalafixArguments
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror