scalafix

sbt

package sbt

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sbt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class HasScalafix(reflective: ScalafixLike, configFile: Option[File], streams: TaskStreams, sourceDirectories: Seq[File], includeFilter: FileFilter, excludeFilter: FileFilter, ref: ProjectRef) extends Product with Serializable

  2. class ReflectiveDynamicAccess extends AnyRef

    Original: https://github.

  3. type ScalafixLike = AnyRef { def main(args: Array[String]): Unit }

Value Members

  1. object ScalafixPlugin extends AutoPlugin

Inherited from AnyRef

Inherited from Any

Ungrouped