org.jetbrains.kotlin.utils
Class KotlinPathsFromHomeDir
java.lang.Object
org.jetbrains.kotlin.utils.KotlinPathsFromHomeDir
- All Implemented Interfaces:
- KotlinPaths
public class KotlinPathsFromHomeDir
- extends java.lang.Object
- implements KotlinPaths
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KotlinPathsFromHomeDir
public KotlinPathsFromHomeDir(@NotNull
java.io.File homePath)
getHomePath
@NotNull
public java.io.File getHomePath()
- Specified by:
getHomePath
in interface KotlinPaths
getLibPath
@NotNull
public java.io.File getLibPath()
- Specified by:
getLibPath
in interface KotlinPaths
getRuntimePath
@NotNull
public java.io.File getRuntimePath()
- Specified by:
getRuntimePath
in interface KotlinPaths
getReflectPath
@NotNull
public java.io.File getReflectPath()
- Specified by:
getReflectPath
in interface KotlinPaths
getKotlinTestPath
@NotNull
public java.io.File getKotlinTestPath()
- Specified by:
getKotlinTestPath
in interface KotlinPaths
getRuntimeSourcesPath
@NotNull
public java.io.File getRuntimeSourcesPath()
- Specified by:
getRuntimeSourcesPath
in interface KotlinPaths
getJsStdLibJarPath
@NotNull
public java.io.File getJsStdLibJarPath()
- Specified by:
getJsStdLibJarPath
in interface KotlinPaths
getJsStdLibSrcJarPath
@NotNull
public java.io.File getJsStdLibSrcJarPath()
- Specified by:
getJsStdLibSrcJarPath
in interface KotlinPaths
getCompilerPath
@NotNull
public java.io.File getCompilerPath()
- Specified by:
getCompilerPath
in interface KotlinPaths