org.jetbrains.kotlin.compilerRunner
Class ArgumentUtils

java.lang.Object
  extended by org.jetbrains.kotlin.compilerRunner.ArgumentUtils

public class ArgumentUtils
extends java.lang.Object


Method Summary
static java.util.List<java.lang.String> convertArgumentsToStringList(CommonCompilerArguments arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertArgumentsToStringList

@NotNull
public static java.util.List<java.lang.String> convertArgumentsToStringList(@NotNull
                                                                                    CommonCompilerArguments arguments)
                                                                     throws java.lang.InstantiationException,
                                                                            java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException