Launch

constructor(os: ProductInfo.Launch.OS? = null, arch: String? = null, launcherPath: String? = null, javaExecutablePath: String? = null, vmOptionsFilePath: String? = null, startupWmClass: String? = null, bootClassPathJarNames: List<String> = mutableListOf(), additionalJvmArguments: List<String> = mutableListOf(), mainClass: String? = null, envVarBaseName: String? = null, dataDirectoryName: String? = null, customCommands: List<ProductInfo.Launch.CustomCommand> = mutableListOf())