org.jetbrains.jet.utils
Class KotlinPathsFromHomeDir
java.lang.Object
org.jetbrains.jet.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
getJdkAnnotationsPath
@NotNull
public java.io.File getJdkAnnotationsPath()
- Specified by:
getJdkAnnotationsPath in interface KotlinPaths
getAndroidSdkAnnotationsPath
@NotNull
public java.io.File getAndroidSdkAnnotationsPath()
- Specified by:
getAndroidSdkAnnotationsPath in interface KotlinPaths
getJsLibJsPath
@NotNull
public java.io.File getJsLibJsPath()
- Specified by:
getJsLibJsPath in interface KotlinPaths
getJsLibJarPath
@NotNull
public java.io.File getJsLibJarPath()
- Specified by:
getJsLibJarPath in interface KotlinPaths