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 getAllOpenPluginJarPath()
           
 java.io.File getBuildNumberFile()
           
 java.io.File getCompilerPath()
           
 java.io.File getHomePath()
           
 java.io.File getJsKotlinTestJarPath()
           
 java.io.File getJsStdLibJarPath()
           
 java.io.File getJsStdLibSrcJarPath()
           
 java.io.File getKotlinTestPath()
           
 java.io.File getLibPath()
           
 java.io.File getNoArgPluginJarPath()
           
 java.io.File getReflectPath()
           
 java.io.File getRuntimePath()
           
 java.io.File getRuntimeSourcesPath()
           
 java.io.File getScriptRuntimePath()
           
 
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

getScriptRuntimePath

@NotNull
public java.io.File getScriptRuntimePath()
Specified by:
getScriptRuntimePath 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

getJsKotlinTestJarPath

@NotNull
public java.io.File getJsKotlinTestJarPath()
Specified by:
getJsKotlinTestJarPath in interface KotlinPaths

getAllOpenPluginJarPath

@NotNull
public java.io.File getAllOpenPluginJarPath()
Specified by:
getAllOpenPluginJarPath in interface KotlinPaths

getNoArgPluginJarPath

@NotNull
public java.io.File getNoArgPluginJarPath()
Specified by:
getNoArgPluginJarPath in interface KotlinPaths

getCompilerPath

@NotNull
public java.io.File getCompilerPath()
Specified by:
getCompilerPath in interface KotlinPaths

getBuildNumberFile

@NotNull
public java.io.File getBuildNumberFile()
Specified by:
getBuildNumberFile in interface KotlinPaths