public class KotlinPathsFromHomeDir extends java.lang.Object implements KotlinPaths
Constructor and Description |
---|
KotlinPathsFromHomeDir(java.io.File homePath) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getAndroidSdkAnnotationsPath() |
java.io.File |
getHomePath() |
java.io.File |
getJdkAnnotationsPath() |
java.io.File |
getJsLibJarPath() |
java.io.File |
getJsLibJsPath() |
java.io.File |
getLibPath() |
java.io.File |
getRuntimePath() |
public KotlinPathsFromHomeDir(@NotNull java.io.File homePath)
@NotNull public java.io.File getHomePath()
getHomePath
in interface KotlinPaths
@NotNull public java.io.File getLibPath()
getLibPath
in interface KotlinPaths
@NotNull public java.io.File getRuntimePath()
getRuntimePath
in interface KotlinPaths
@NotNull public java.io.File getJdkAnnotationsPath()
getJdkAnnotationsPath
in interface KotlinPaths
@NotNull public java.io.File getAndroidSdkAnnotationsPath()
getAndroidSdkAnnotationsPath
in interface KotlinPaths
@NotNull public java.io.File getJsLibJsPath()
getJsLibJsPath
in interface KotlinPaths
@NotNull public java.io.File getJsLibJarPath()
getJsLibJarPath
in interface KotlinPaths