Interface PythonInterpreter
-
- All Superinterfaces:
Toolchain
- All Known Implementing Classes:
PythonInterpreterFromConfig
public interface PythonInterpreter extends Toolchain
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
getName()
Path
getPythonInterpreterPath()
Path
getPythonInterpreterPath(String section)
-
-
-
Field Detail
-
DEFAULT_NAME
static final String DEFAULT_NAME
- See Also:
- Constant Field Values
-
-