toggle menu
kotlin-compiler-extensions-project
0.5.2+2.1.0-SNAPSHOT
jvm
switch theme
search in API
kotlin-compiler-test-extensions
/
com.javiersc.kotlin.compiler.test.services
/
MetaRuntimeClasspathProvider
Meta
Runtime
Classpath
Provider
abstract
class
MetaRuntimeClasspathProvider
(
testServices
:
TestServices
,
isLoggingEnabled
:
Boolean
=
false
)
:
RuntimeClasspathProvider
Members
Constructors
Meta
Runtime
Classpath
Provider
Link copied to clipboard
constructor
(
testServices
:
TestServices
,
isLoggingEnabled
:
Boolean
=
false
)
Properties
classpath
Configurator
Link copied to clipboard
val
classpathConfigurator
:
ClasspathConfigurator
jar
Paths
Link copied to clipboard
abstract
val
jarPaths
:
List
<
String
>
test
Services
Link copied to clipboard
val
testServices
:
TestServices
Functions
runtime
Class
Paths
Link copied to clipboard
open
override
fun
runtimeClassPaths
(
module
:
TestModule
)
:
List
<
File
>