Enum MatlabEngineSetupEnum

    • Field Detail

      • VERSIONS

        public static final java.util.List<java.lang.String> VERSIONS
    • Method Detail

      • values

        public static MatlabEngineSetupEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (MatlabEngineSetupEnum c : MatlabEngineSetupEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static MatlabEngineSetupEnum valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • file

        public java.io.File file​(java.lang.String version)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • path

        public java.lang.String path​(java.lang.String version)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • exists

        public static boolean exists​(java.lang.String version)
      • availableVersions

        public static java.util.List<java.lang.String> availableVersions()
                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • availableVersion

        public static java.lang.String availableVersion()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • file

        public java.io.File file()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • path

        public java.lang.String path()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getWindowsPath

        public java.lang.String getWindowsPath()
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getMacOSPath

        public java.lang.String getMacOSPath()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getLinuxPath

        public java.lang.String getLinuxPath()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getWindowsFile

        public java.io.File getWindowsFile()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getMacOSFile

        public java.io.File getMacOSFile()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getLinuxFile

        public java.io.File getLinuxFile()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getWindowsPath

        public java.lang.String getWindowsPath​(java.lang.String version)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getMacOSPath

        public java.lang.String getMacOSPath​(java.lang.String version)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getLinuxPath

        public java.lang.String getLinuxPath​(java.lang.String version)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getWindowsFile

        public java.io.File getWindowsFile​(java.lang.String version)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getMacOSFile

        public java.io.File getMacOSFile​(java.lang.String version)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getLinuxFile

        public java.io.File getLinuxFile​(java.lang.String version)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception