ToolClasspath

scalafix.internal.sbt.Arg.ToolClasspath
case class ToolClasspath(customURIs: Seq[URI], customDependencies: Seq[ModuleID], repositories: Seq[Repository]) extends Arg, CacheKey

Attributes

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

Members list

Value members

Concrete methods

override def apply(sa: ScalafixArguments): ScalafixArguments

Attributes

Definition Classes
Function1
def mutableFiles: Seq[File]

Inherited methods

def andThen[A](g: ScalafixArguments => A): ScalafixArguments => A

Attributes

Inherited from:
Function1
def compose[A](g: A => ScalafixArguments): A => ScalafixArguments

Attributes

Inherited from:
Function1
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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
Arg -> Function1 -> Any
Inherited from:
Arg