public class LaunchAction.WindowsLaunchParameters
extends java.lang.Object
Paramaters specific to launching files on windows. These parameters specify what application should load the file as well what any special load commands.
| Constructor and Description |
|---|
WindowsLaunchParameters()
Creates a new instance of a Action.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultDirectory()
Gets a string specifying the default directory in standard DOS
syntax(Optional).
|
java.lang.String |
getLaunchFile()
Gets the file name of the application to be launched or the document
to be opened or printed, in standard Windows pathname format.
|
FileSpecification |
getLaunchFileSpecification()
Gets the file specification of the destination file.
|
java.lang.String |
getOperation()
Indicates the operation to perform (Optional).
|
java.lang.String |
getParameters()
Gets a parameter string to be passed to the application designated by
the fileName entry.(Optional).
|
public WindowsLaunchParameters()
public java.lang.String getLaunchFile()
public java.lang.String getDefaultDirectory()
public java.lang.String getOperation()
public java.lang.String getParameters()
public FileSpecification getLaunchFileSpecification()