org.jetbrains.kotlin.psi
Class KtImportsFactory

java.lang.Object
  extended by org.jetbrains.kotlin.psi.KtImportsFactory

public class KtImportsFactory
extends java.lang.Object


Constructor Summary
KtImportsFactory(com.intellij.openapi.project.Project project)
           
 
Method Summary
 KtImportDirective createImportDirective(ImportPath importPath)
           
 java.util.Collection<KtImportDirective> createImportDirectives(java.util.Collection<ImportPath> importPaths)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KtImportsFactory

public KtImportsFactory(@NotNull
                        com.intellij.openapi.project.Project project)
Method Detail

createImportDirective

@NotNull
public KtImportDirective createImportDirective(@NotNull
                                                       ImportPath importPath)

createImportDirectives

@NotNull
public java.util.Collection<KtImportDirective> createImportDirectives(@NotNull
                                                                              java.util.Collection<ImportPath> importPaths)