org.jetbrains.kotlin.psi
Class JetImportsFactory

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

public class JetImportsFactory
extends java.lang.Object


Constructor Summary
JetImportsFactory(com.intellij.openapi.project.Project project)
           
 
Method Summary
 JetImportDirective createImportDirective(ImportPath importPath)
           
 java.util.Collection<JetImportDirective> 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

JetImportsFactory

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

createImportDirective

@NotNull
public JetImportDirective createImportDirective(@NotNull
                                                        ImportPath importPath)

createImportDirectives

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