org.jetbrains.kotlin.compilerRunner
Class OutputItemsCollectorImpl

java.lang.Object
  extended by org.jetbrains.kotlin.compilerRunner.OutputItemsCollectorImpl
All Implemented Interfaces:
OutputItemsCollector

public class OutputItemsCollectorImpl
extends java.lang.Object
implements OutputItemsCollector


Constructor Summary
OutputItemsCollectorImpl()
           
 
Method Summary
 void add(java.util.Collection<java.io.File> sourceFiles, java.io.File outputFile)
           
 java.util.List<SimpleOutputItem> getOutputs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputItemsCollectorImpl

public OutputItemsCollectorImpl()
Method Detail

add

public void add(java.util.Collection<java.io.File> sourceFiles,
                java.io.File outputFile)
Specified by:
add in interface OutputItemsCollector

getOutputs

@NotNull
public java.util.List<SimpleOutputItem> getOutputs()