public class MWComponentOptions
extends java.lang.Object
| Constructor and Description |
|---|
MWComponentOptions()
Create default option set for deployed component initialization.
|
MWComponentOptions(MWComponentOptions that)
Create a clone of that.
|
MWComponentOptions(java.lang.Object... options)
Create an option set with all of the specified component initialization options
applied to it.
|
| Modifier and Type | Method and Description |
|---|---|
MWCtfSource |
getCtfSource()
From where should CTF data be read?
|
java.util.concurrent.Callable<java.io.PrintStream> |
getErrorStream()
The Callable
|
com.mathworks.toolbox.javabuilder.internal.MWMCR |
getExecutionContext()
The MCR instance to be used for execution of MATLAB code by components
initialized using this.
|
MWCtfExtractLocation |
getExtractLocation()
To where should extracted CTF data be written?
|
java.util.concurrent.Callable<java.io.PrintStream> |
getPrintStream()
The Callable
|
void |
setCtfSource(MWCtfSource ctfSource)
Set the source for reading CTF data.
|
void |
setErrorStream(java.util.concurrent.Callable<java.io.PrintStream> err)
Set the destination for error output written by MATLAB code in the scope of all
component instances initialized using this.
|
void |
setErrorStream(java.io.PrintStream err)
Set the destination for error output written by MATLAB code in the scope of all
component instances initialized using this.
|
void |
setExecutionContext(com.mathworks.toolbox.javabuilder.internal.MWMCR executionContext)
Set the MCR instance to be used for execution of MATLAB code by components
initialized using this.
|
void |
setExtractLocation(MWCtfExtractLocation extractLocation)
Set where CTF data should be written.
|
void |
setPrintStream(java.util.concurrent.Callable<java.io.PrintStream> out)
Set the destination for standard output written by MATLAB code in the scope of all
component instances initialized using this.
|
void |
setPrintStream(java.io.PrintStream out)
Set the destination for standard output written by MATLAB code in the scope of all
component instances initialized using this.
|
public MWComponentOptions()
public MWComponentOptions(java.lang.Object... options)
MWComponentOption, MWCtfSource, MWCtfExtractLocation, MWMCRpublic MWComponentOptions(MWComponentOptions that)
public MWCtfSource getCtfSource()
public MWCtfExtractLocation getExtractLocation()
public void setExtractLocation(MWCtfExtractLocation extractLocation)
MWCtfExtractLocationpublic void setCtfSource(MWCtfSource ctfSource)
MWCtfSourcepublic com.mathworks.toolbox.javabuilder.internal.MWMCR getExecutionContext()
public void setExecutionContext(com.mathworks.toolbox.javabuilder.internal.MWMCR executionContext)
public java.util.concurrent.Callable<java.io.PrintStream> getPrintStream()
setPrintStream, getErrorStreampublic void setPrintStream(java.io.PrintStream out)
public void setPrintStream(java.util.concurrent.Callable<java.io.PrintStream> out)
out - returns the destination for MATLAB standard outputpublic java.util.concurrent.Callable<java.io.PrintStream> getErrorStream()
setErrorStream, getPrintStreampublic void setErrorStream(java.io.PrintStream err)
err - the destination for MATLAB error outputpublic void setErrorStream(java.util.concurrent.Callable<java.io.PrintStream> err)
err - returns the destination for MATLAB error output© 1994-2008 The MathWorks, Inc. Terms of Use Patents Trademarks