org.icepdf.core.pobjects.actions
Class LaunchAction.WindowsLaunchParameters

java.lang.Object
  extended by org.icepdf.core.pobjects.actions.LaunchAction.WindowsLaunchParameters
Enclosing class:
LaunchAction

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.

Since:
2.6

Constructor Summary
LaunchAction.WindowsLaunchParameters()
          Creates a new instance of a Action.
 
Method Summary
 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).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchAction.WindowsLaunchParameters

public LaunchAction.WindowsLaunchParameters()
Creates a new instance of a Action.

Method Detail

getLaunchFile

public 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.

Returns:
fiel or application to launch

getDefaultDirectory

public java.lang.String getDefaultDirectory()
Gets a string specifying the default directory in standard DOS syntax(Optional).

Returns:
default directory.

getOperation

public java.lang.String getOperation()
Indicates the operation to perform (Optional).

Returns:
opertation to perform, either "open" or "print".

getParameters

public java.lang.String getParameters()
Gets a parameter string to be passed to the application designated by the fileName entry.(Optional).

Returns:
paramater string associated with this action

getLaunchFileSpecification

public FileSpecification getLaunchFileSpecification()
Gets the file specification of the destination file. This objects should be interigated to deside what should be done

Returns:
file specification, maybe nukll if external file was specified.