CustomCommand

constructor(commands: List<String> = mutableListOf(), vmOptionsFilePath: String? = null, bootClassPathJarNames: List<String> = mutableListOf(), additionalJvmArguments: List<String> = mutableListOf(), mainClass: String? = null, envVarBaseName: String? = null, dataDirectoryName: String? = null)