Packages

final class TestkitProperties extends AnyRef

Input arguments to run scalafix testkit rules.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestkitProperties
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestkitProperties(inputClasspath: scala.meta.Classpath, inputSourceDirectories: List[scala.meta.AbsolutePath], outputSourceDirectories: List[scala.meta.AbsolutePath], sourceroot: scala.meta.AbsolutePath, scalaVersion: String, scalacOptions: List[String])

    inputClasspath

    The class directory of the input sources. This directory should contain a META-INF/semanticd sub-directory with SemanticDB files.

    inputSourceDirectories

    The source directory of the input sources. This directory should contain Scala code to be fixed by Scalafix.

    outputSourceDirectories

    The source directories of the expected output sources. These directories should contain Scala source files with the expected output after running Scalafix. When multiple directories are provided, the first directory that contains a source files with a matching relative path in inputSourceroot is used.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. val inputClasspath: scala.meta.Classpath
  12. val inputSourceDirectories: List[scala.meta.AbsolutePath]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val outputSourceDirectories: List[scala.meta.AbsolutePath]
  18. def resolveInput(path: RelativePath): scala.meta.AbsolutePath
  19. def resolveOutput(path: RelativePath): scala.meta.AbsolutePath
  20. val scalaVersion: String
  21. val scalacOptions: List[String]
  22. val sourceroot: scala.meta.AbsolutePath
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    TestkitProperties → AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped