org.jetbrains.kotlin.utils
Interface KotlinPaths
- All Known Implementing Classes:
- KotlinPathsFromHomeDir
public interface KotlinPaths
getHomePath
@NotNull
java.io.File getHomePath()
getLibPath
@NotNull
java.io.File getLibPath()
getRuntimePath
@NotNull
java.io.File getRuntimePath()
getReflectPath
@NotNull
java.io.File getReflectPath()
getScriptRuntimePath
@NotNull
java.io.File getScriptRuntimePath()
getKotlinTestPath
@NotNull
java.io.File getKotlinTestPath()
getRuntimeSourcesPath
@NotNull
java.io.File getRuntimeSourcesPath()
getJsStdLibJarPath
@NotNull
java.io.File getJsStdLibJarPath()
getJsStdLibSrcJarPath
@NotNull
java.io.File getJsStdLibSrcJarPath()
getJsKotlinTestJarPath
@NotNull
java.io.File getJsKotlinTestJarPath()
getAllOpenPluginJarPath
@NotNull
java.io.File getAllOpenPluginJarPath()
getNoArgPluginJarPath
@NotNull
java.io.File getNoArgPluginJarPath()
getCompilerPath
@NotNull
java.io.File getCompilerPath()
getBuildNumberFile
@NotNull
java.io.File getBuildNumberFile()