org.jetbrains.kotlin.cli.common.arguments
Class K2MetadataCompilerArguments

java.lang.Object
  extended by org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
      extended by org.jetbrains.kotlin.cli.common.arguments.K2MetadataCompilerArguments
All Implemented Interfaces:
java.io.Serializable

public class K2MetadataCompilerArguments
extends CommonCompilerArguments

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
CommonCompilerArguments.DummyImpl
 
Field Summary
 java.lang.String classpath
           
 java.lang.String destination
           
static long serialVersionUID
           
 
Fields inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
allowKotlinPackage, apiVersion, coroutinesEnable, coroutinesError, coroutinesWarn, extraHelp, freeArgs, help, languageVersion, multiPlatform, noCheckImpl, noInline, noJavaVersionWarning, PLUGIN_OPTION_FORMAT, pluginClasspaths, pluginOptions, repeat, suppressWarnings, unknownExtraFlags, verbose, version
 
Constructor Summary
K2MetadataCompilerArguments()
           
 
Method Summary
 
Methods inherited from class org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
executableScriptFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

destination

@Argument(value="d",
          description="Destination for generated .kotlin_metadata files")
public java.lang.String destination

classpath

@Argument(value="classpath",
          alias="cp",
          description="Paths where to find library .kotlin_metadata files")
public java.lang.String classpath
Constructor Detail

K2MetadataCompilerArguments

public K2MetadataCompilerArguments()