Class LaunchAction.WinLaunchParam
java.lang.Object
org.openpdf.renderer.action.LaunchAction.WinLaunchParam
- Enclosing class:
LaunchAction
Internal class for the windows specific launch parameters
- Since:
- 08.07.2009
- Version:
- $Id: LaunchAction.java,v 1.1 2009-07-10 12:47:31 xond Exp $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe directory in standard DOS syntaxThe file/application name to be openedThe operation to be performed (open or print).A parameter which shall be passed to the application.voidsetDirectory(String directory) The directory in standard DOS syntaxvoidsetFileName(String fileName) The file/application name to be openedvoidsetOperation(String operation) The operation to be performed ("open" or "print").Ignored in case the "F" parameter describes a file to be opened.voidsetParameter(String parameter) A parameter which shall be passed to the application.
-
Field Details
-
fileName
-
directory
-
operation
-
parameter
-
-
Constructor Details
-
WinLaunchParam
public WinLaunchParam()
-
-
Method Details
-
getFileName
-
setFileName
The file/application name to be opened- Parameters:
fileName-
-
getDirectory
-
setDirectory
The directory in standard DOS syntax- Parameters:
directory-
-
getOperation
The operation to be performed (open or print). Ignored in case the "F" parameter describes a file to be opened. Default is "open".- Returns:
- String
-
setOperation
The operation to be performed ("open" or "print").Ignored in case the "F" parameter describes a file to be opened. Default is "open".- Parameters:
operation-
-
getParameter
A parameter which shall be passed to the application. Ignored in case the "F" parameter describes a file to be opened.- Returns:
- String
-
setParameter
A parameter which shall be passed to the application. Ignored in case the "F" parameter describes a file to be opened.- Parameters:
parameter-
-