ScalafixArgumentsImpl

scalafix.internal.interfaces.ScalafixArgumentsImpl
final case class ScalafixArgumentsImpl(args: Args) extends ScalafixArguments

Attributes

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

Members list

Type members

Classlikes

implicit class XtensionConfigured[T](c: Configured[T])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def availableRules(): List[ScalafixRule]

Attributes

Definition Classes
override def evaluate(): ScalafixEvaluation

Attributes

Definition Classes
override def rulesThatWillRun(): List[ScalafixRule]

Attributes

Definition Classes
override def run(): Array[ScalafixError]

Attributes

Definition Classes
override def validate(): Optional[ScalafixException]

Attributes

Definition Classes
override def withCharset(charset: Charset): ScalafixArguments

Attributes

Definition Classes
override def withClasspath(path: List[Path]): ScalafixArguments

Attributes

Definition Classes
override def withConfig(path: Optional[Path]): ScalafixArguments

Attributes

Definition Classes
override def withExcludedPaths(matchers: List[PathMatcher]): ScalafixArguments

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes
override def withParsedArguments(args: List[String]): ScalafixArguments

Attributes

Definition Classes
override def withPaths(paths: List[Path]): ScalafixArguments

Attributes

Definition Classes
override def withPrintStream(out: PrintStream): ScalafixArguments

Attributes

Definition Classes
override def withRules(rules: List[String]): ScalafixArguments

Attributes

Definition Classes
override def withScalaVersion(version: String): ScalafixArguments

Attributes

Definition Classes
override def withScalacOptions(options: List[String]): ScalafixArguments

Attributes

Definition Classes
override def withSemanticdbTargetroots(paths: List[Path]): ScalafixArguments

Attributes

Definition Classes
override def withSourceroot(path: Path): ScalafixArguments

Attributes

Definition Classes
override def withToolClasspath(customURLs: List[URL]): ScalafixArguments

Attributes

Definition Classes
override def withToolClasspath(customURLs: List[URL], customDependenciesCoordinates: List[String]): ScalafixArguments

Attributes

Definition Classes
override def withToolClasspath(customURLs: List[URL], customDependenciesCoordinates: List[String], repositories: List[Repository]): ScalafixArguments

Attributes

Definition Classes
override def withToolClasspath(classLoader: URLClassLoader): ScalafixArguments

Attributes

Definition Classes
override def withWorkingDirectory(path: Path): ScalafixArguments

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Implicits

Implicits

final implicit def XtensionConfigured[T](c: Configured[T]): XtensionConfigured[T]