Package com.intellij.execution.process
Interface CommandLineArgumentsProvider
-
public interface CommandLineArgumentsProvider
- Author:
- Roman.Chernyatchik, oleg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getAdditionalEnvs()
String[]
getArguments()
boolean
passParentEnvs()
-