org.jetbrains.jet.utils
Class KotlinPathsFromHomeDir

java.lang.Object
  extended by org.jetbrains.jet.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 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()
           
 
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

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