org.jetbrains.kotlin.utils
Class KotlinPathsFromHomeDir

java.lang.Object
  extended by org.jetbrains.kotlin.utils.KotlinPathsFromHomeDir
All Implemented Interfaces:
KotlinPaths

public class KotlinPathsFromHomeDir
extends java.lang.Object
implements KotlinPaths


Constructor Summary
KotlinPathsFromHomeDir(java.io.File homePath)
           
 
Method Summary
 java.io.File getCompilerPath()
           
 java.io.File getHomePath()
           
 java.io.File getJsStdLibJarPath()
           
 java.io.File getJsStdLibSrcJarPath()
           
 java.io.File getKotlinTestPath()
           
 java.io.File getLibPath()
           
 java.io.File getReflectPath()
           
 java.io.File getRuntimePath()
           
 java.io.File getRuntimeSourcesPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KotlinPathsFromHomeDir

public KotlinPathsFromHomeDir(@NotNull
                              java.io.File homePath)
Method Detail

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