final class TestkitProperties extends AnyRef
Input arguments to run scalafix testkit rules.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestkitProperties
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TestkitProperties(inputClasspath: scala.meta.Classpath, inputSourceDirectories: List[scala.meta.AbsolutePath], outputSourceDirectories: List[scala.meta.AbsolutePath], sourceroot: scala.meta.AbsolutePath)
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputClasspath: scala.meta.Classpath
- val inputSourceDirectories: List[scala.meta.AbsolutePath]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputSourceDirectories: List[scala.meta.AbsolutePath]
- def resolveInput(path: RelativePath): scala.meta.AbsolutePath
- def resolveOutput(path: RelativePath): scala.meta.AbsolutePath
- val sourceroot: scala.meta.AbsolutePath
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TestkitProperties → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )