GetLaunchConfigurationPlainArgs

data class GetLaunchConfigurationPlainArgs(val name: String) : ConvertibleToJava<GetLaunchConfigurationPlainArgs>

A collection of arguments for invoking getLaunchConfiguration.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the launch configuration.

Functions

Link copied to clipboard
open override fun toJava(): GetLaunchConfigurationPlainArgs