com.ibm.workflow.api.ProgramTemplatePackage
Class ExeOptions

java.lang.Object
  |
  +--com.ibm.workflow.api.ProgramTemplatePackage.ExeOptions
All Implemented Interfaces:
java.io.Serializable

public final class ExeOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Boolean automaticClose
          States whether the window in which the EXE starts should close when the EXE ends.
 java.lang.String environment
          States the environment settings for the EXE.
 boolean inheritEnvironment
          States whether the environment settings should be merged with the operating system environment settings.
 java.lang.String pathAndFileName
          Returns the path and file name of the EXE.
 java.lang.Boolean runInXTerm
          States whether the EXE should start in a separate xterm.
 java.lang.Boolean startInForeGround
          States whether the EXE should start in the foreground.
 Style windowStyle
          States the initial window style.
 java.lang.String workingDirectoryName
          States the working directory for the EXE.
 
Constructor Summary
ExeOptions()
           
ExeOptions(java.lang.Boolean automaticClose, java.lang.String environment, boolean inheritEnvironment, java.lang.String pathAndFileName, java.lang.Boolean runInXTerm, java.lang.Boolean startInForeGround, Style windowStyle, java.lang.String workingDirectoryName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

automaticClose

public java.lang.Boolean automaticClose
States whether the window in which the EXE starts should close when the EXE ends.


environment

public java.lang.String environment
States the environment settings for the EXE.


inheritEnvironment

public boolean inheritEnvironment
States whether the environment settings should be merged with the operating system environment settings.


pathAndFileName

public java.lang.String pathAndFileName
Returns the path and file name of the EXE.


runInXTerm

public java.lang.Boolean runInXTerm
States whether the EXE should start in a separate xterm.


startInForeGround

public java.lang.Boolean startInForeGround
States whether the EXE should start in the foreground.


windowStyle

public Style windowStyle
States the initial window style.


workingDirectoryName

public java.lang.String workingDirectoryName
States the working directory for the EXE.

Constructor Detail

ExeOptions

public ExeOptions()

ExeOptions

public ExeOptions(java.lang.Boolean automaticClose,
                  java.lang.String environment,
                  boolean inheritEnvironment,
                  java.lang.String pathAndFileName,
                  java.lang.Boolean runInXTerm,
                  java.lang.Boolean startInForeGround,
                  Style windowStyle,
                  java.lang.String workingDirectoryName)


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.