org.jetbrains.jet.lang.types.lang
Class BuiltInsSerializationUtil

java.lang.Object
  extended by org.jetbrains.jet.lang.types.lang.BuiltInsSerializationUtil

public class BuiltInsSerializationUtil
extends java.lang.Object


Method Summary
static java.lang.String getClassMetadataPath(ClassId classId)
           
static java.lang.String getClassNamesFilePath(NamespaceDescriptor packageDescriptor)
           
static java.lang.String getNameTableFilePath(NamespaceDescriptor packageDescriptor)
           
static java.lang.String getPackageFilePath(NamespaceDescriptor packageDescriptor)
           
static java.lang.String relativeClassNameToFilePath(FqNameUnsafe className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

relativeClassNameToFilePath

@NotNull
public static java.lang.String relativeClassNameToFilePath(@NotNull
                                                                   FqNameUnsafe className)

getClassMetadataPath

@NotNull
public static java.lang.String getClassMetadataPath(@NotNull
                                                            ClassId classId)

getPackageFilePath

@NotNull
public static java.lang.String getPackageFilePath(@NotNull
                                                          NamespaceDescriptor packageDescriptor)

getNameTableFilePath

@NotNull
public static java.lang.String getNameTableFilePath(@NotNull
                                                            NamespaceDescriptor packageDescriptor)

getClassNamesFilePath

@NotNull
public static java.lang.String getClassNamesFilePath(@NotNull
                                                             NamespaceDescriptor packageDescriptor)