scalafix.internal.sbt.Arg
See theArg companion trait
object Arg
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argtrait ScalafixArguments => ScalafixArgumentsclass Objecttrait Matchableclass AnyShow all
case class ParsedArgs(args: Seq[String]) extends Arg, CacheKey
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argtrait ScalafixArguments => ScalafixArgumentsclass Objecttrait Matchableclass AnyShow all
case class PrintStream(printStream: PrintStream) extends Arg
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argtrait ScalafixArguments => ScalafixArgumentsclass Objecttrait Matchableclass AnyShow all
case class ScalaVersion(version: String) extends Arg
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Argtrait ScalafixArguments => ScalafixArgumentsclass Objecttrait Matchableclass AnyShow all
case class ScalacOptions(options: Seq[String]) extends Arg, Printable
case class ToolClasspath(customURIs: Seq[URI], customDependencies: Seq[ModuleID], repositories: Seq[Repository]) extends Arg, CacheKey
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article