Package com.chaquo.python
Class GenericPlatform
- java.lang.Object
-
- com.chaquo.python.Python.Platform
-
- com.chaquo.python.GenericPlatform
-
public class GenericPlatform extends Python.Platform
Platform for a generic Python installation.
-
-
Constructor Summary
Constructors Constructor Description GenericPlatform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
Returns the value to assign toPYTHONPATH
, ornull
to leave it unset.GenericPlatform
setPath(String path)
Sets the value to assign toPYTHONPATH
.-
Methods inherited from class com.chaquo.python.Python.Platform
onStart
-
-
-
-
Method Detail
-
getPath
public String getPath()
Description copied from class:Python.Platform
Returns the value to assign toPYTHONPATH
, ornull
to leave it unset. The default implementation returnsnull
.- Overrides:
getPath
in classPython.Platform
-
setPath
@NotNull public GenericPlatform setPath(String path)
Sets the value to assign toPYTHONPATH
.
-
-