public class PythonDetails extends java.lang.Object
| Constructor and description |
|---|
PythonDetails
(org.gradle.api.Project project) |
PythonDetails
(org.gradle.api.Project project, java.io.File venvDir) |
| Type | Name and description |
|---|---|
void |
appendExecutableDirectory(java.io.File file)Adds a new directory to search for an executable. |
java.io.File |
getActivateLink() |
PythonVersion |
getPythonVersion() |
java.io.File |
getSystemPythonInterpreter() |
java.io.File |
getVirtualEnv() |
java.io.File |
getVirtualEnvInterpreter() |
java.lang.String |
getVirtualEnvPrompt() |
VirtualEnvironment |
getVirtualEnvironment() |
void |
prependExecutableDirectory(java.io.File file)Adds a new directory to search for an executable. |
void |
setActivateLink(java.io.File activateLink) |
void |
setPythonVersion(java.lang.String pythonVersion) |
void |
setSystemPythonInterpreter(java.lang.String path) |
void |
setVirtualEnvPrompt(java.lang.String virtualEnvPrompt) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Adds a new directory to search for an executable. This is like adding the directory to the end of PATH
file - directory to search for an executableAdds a new directory to search for an executable. This is like adding the directory to the beginning of PATH
file - directory to search for an executable