Uses of Class
matlabcontrol.MatlabProxyFactoryOptions.Builder

Packages that use MatlabProxyFactoryOptions.Builder
matlabcontrol Contains the core functionality to interact with MATLAB. 
 

Uses of MatlabProxyFactoryOptions.Builder in matlabcontrol
 

Methods in matlabcontrol that return MatlabProxyFactoryOptions.Builder
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setHidden(boolean hidden)
          Sets whether MATLAB should appear hidden.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setJavaDebugger(int portnumber)
          Sets whether to enable use of the Java debugger on the MATLAB session using port portnumber.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setLicenseFile(java.lang.String licenseFile)
          Sets the license file used by MATLAB.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setLogFile(java.lang.String logFile)
          Sets whether to have MATLAB log any output to the MATLAB Command Window (including crash reports) to the file specified by logFile.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setMatlabLocation(java.lang.String matlabLocation)
          Sets the location of the MATLAB executable or script that will launch MATLAB.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setMatlabStartingDirectory(java.io.File dir)
          Sets the starting directory for MATLAB.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setPort(int port)
          Sets the port matlabcontrol uses to communicate with MATLAB.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setProxyTimeout(long timeout)
          Sets the amount of time in milliseconds to wait for a proxy to be created when requested via the blocking method MatlabProxyFactory.getProxy().
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setUsePreviouslyControlledSession(boolean usePreviouslyControlled)
          Sets whether the factory should attempt to create a proxy that is connected to a running session of MATLAB.
 MatlabProxyFactoryOptions.Builder MatlabProxyFactoryOptions.Builder.setUseSingleComputationalThread(boolean useSingleCompThread)
          Sets whether to limit MATLAB to a single computational thread.