All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProgramDataPackage.ExeOptions
java.lang.Object
|
+----com.ibm.workflow.api.ProgramDataPackage.ExeOptions
- public final class ExeOptions
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
automaticClose
- States
whether the window in which the EXE starts should close when the EXE
ends.
-
automaticCloseIsNull
- Indicates
whether automatic close is set.
-
environment
- States
the environment settings for the EXE.
-
environmentIsNull
- Indicates
whether an environment is set.
-
inheritEnvironment
- States
whether the environment settings should be merged with the operating system
environment settings.
-
pathAndFileName
- Returns
the path and file name of the EXE.
-
runInXTerm
- States
whether the EXE should start in a separate xterm.
-
runInXTermIsNull
- Indicates
whether run in xterm is set.
-
startInForeGround
- States
whether the EXE should start in the foreground.
-
startInForeGroundIsNull
- Indicates
whether start in foreground is set.
-
windowStyle
- States
the initial window style.
-
windowStyleIsNull
- Indicates
whether a window style is set.
-
workingDirectoryName
- States
the working directory for the EXE.
-
workingDirectoryNameIsNull
- Indicates
whether a working directory is set.
-
ExeOptions()
-
-
ExeOptions(boolean, boolean, String, boolean, boolean, String, boolean, boolean, boolean, boolean, Style, boolean, String, boolean)
-
automaticClose
public boolean automaticClose
- States
whether the window in which the EXE starts should close when the EXE
ends.
automaticCloseIsNull
public boolean automaticCloseIsNull
- Indicates
whether automatic close is set.
environment
public String environment
- States
the environment settings for the EXE.
environmentIsNull
public boolean environmentIsNull
- Indicates
whether an environment is set.
inheritEnvironment
public boolean inheritEnvironment
- States
whether the environment settings should be merged with the operating system
environment settings.
pathAndFileName
public String pathAndFileName
- Returns
the path and file name of the EXE.
runInXTerm
public boolean runInXTerm
- States
whether the EXE should start in a separate xterm.
runInXTermIsNull
public boolean runInXTermIsNull
- Indicates
whether run in xterm is set.
startInForeGround
public boolean startInForeGround
- States
whether the EXE should start in the foreground.
startInForeGroundIsNull
public boolean startInForeGroundIsNull
- Indicates
whether start in foreground is set.
windowStyle
public Style windowStyle
- States
the initial window style.
windowStyleIsNull
public boolean windowStyleIsNull
- Indicates
whether a window style is set.
workingDirectoryName
public String workingDirectoryName
- States
the working directory for the EXE.
workingDirectoryNameIsNull
public boolean workingDirectoryNameIsNull
- Indicates
whether a working directory is set.
ExeOptions
public ExeOptions()
ExeOptions
public ExeOptions(boolean automaticClose,
boolean automaticCloseIsNull,
String environment,
boolean environmentIsNull,
boolean inheritEnvironment,
String pathAndFileName,
boolean runInXTerm,
boolean runInXTermIsNull,
boolean startInForeGround,
boolean startInForeGroundIsNull,
Style windowStyle,
boolean windowStyleIsNull,
String workingDirectoryName,
boolean workingDirectoryNameIsNull)
All Packages Class Hierarchy This Package Previous Next Index