Class JepUtils


  • public class JepUtils
    extends Object
    Helper methods around Jep.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Field Detail

      • m_SharedInterpreterConfig

        protected static jep.JepConfig m_SharedInterpreterConfig
        the global configuration for the shared interpreters.
      • m_Present

        protected static Boolean m_Present
        whether we checked for jep presence.
    • Constructor Detail

      • JepUtils

        public JepUtils()
    • Method Detail

      • isPresent

        public static boolean isPresent()
        Returns whether Jep is present.
        Returns:
        true if available
      • configureSharedInterpeter

        public static void configureSharedInterpeter()
        Configures the shared interpreters.
      • getSharedInterpreter

        public static jep.SharedInterpreter getSharedInterpreter()
        Returns the shared interpreter instance.
        Returns:
        the instance
      • projectURL

        public static String projectURL()
        Returns the Jep project URL.
        Returns:
        the URL