Package io.deephaven.jpy
Class JpyConfigSource.FromProperties
java.lang.Object
io.deephaven.jpy.JpyConfigSource.FromProperties
- All Implemented Interfaces:
JpyConfigSource
- Enclosing interface:
- JpyConfigSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.jpy.JpyConfigSource
JpyConfigSource.FromProperties
-
Field Summary
Fields inherited from interface io.deephaven.jpy.JpyConfigSource
JPY_EXTRA_PATHS_PROP, JPY_FLAGS_PROP, JPY_JDL_LIB_PROP, JPY_JPY_LIB_PROP, JPY_PROGRAM_NAME_PROP, JPY_PY_HOME_PROP, JPY_PY_LIB_PROP
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.jpy.JpyConfigSource
asJpyConfig, asProperties, getExtraPathsList, getFlagsSet
-
Constructor Details
-
FromProperties
-
-
Method Details
-
getFlags
- Specified by:
getFlags
in interfaceJpyConfigSource
-
getExtraPaths
- Specified by:
getExtraPaths
in interfaceJpyConfigSource
-
getPythonHome
- Specified by:
getPythonHome
in interfaceJpyConfigSource
-
getProgramName
- Specified by:
getProgramName
in interfaceJpyConfigSource
-
getPythonLib
- Specified by:
getPythonLib
in interfaceJpyConfigSource
-
getJpyLib
- Specified by:
getJpyLib
in interfaceJpyConfigSource
-
getJdlLib
- Specified by:
getJdlLib
in interfaceJpyConfigSource
-