public class PDWindowsLaunchParams extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
OPERATION_OPEN
The open operation for the launch.
|
static java.lang.String |
OPERATION_PRINT
The print operation for the launch.
|
protected COSDictionary |
params
The params dictionary.
|
Constructor and Description |
---|
PDWindowsLaunchParams()
Default constructor.
|
PDWindowsLaunchParams(COSDictionary p)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
java.lang.String |
getDirectory()
The dir to launch from.
|
java.lang.String |
getExecuteParam()
A parameter to pass the executable.
|
java.lang.String |
getFilename()
The file to launch.
|
java.lang.String |
getOperation()
Get the operation to perform on the file.
|
void |
setDirectory(java.lang.String dir)
Set the dir to launch from.
|
void |
setExecuteParam(java.lang.String param)
Set the parameter to pass the executable.
|
void |
setFilename(java.lang.String file)
Set the file to launch.
|
void |
setOperation(java.lang.String op)
Set the operation to perform..
|
public static final java.lang.String OPERATION_OPEN
public static final java.lang.String OPERATION_PRINT
protected COSDictionary params
public PDWindowsLaunchParams()
public PDWindowsLaunchParams(COSDictionary p)
p
- The params dictionary.public COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public java.lang.String getFilename()
public void setFilename(java.lang.String file)
file
- The executable/document to launch.public java.lang.String getDirectory()
public void setDirectory(java.lang.String dir)
dir
- The dir of the executable/document to launch.public java.lang.String getOperation()
OPERATION_OPEN
,
OPERATION_PRINT
public void setOperation(java.lang.String op)
op
- The operation to perform on the file.public java.lang.String getExecuteParam()
public void setExecuteParam(java.lang.String param)
param
- The parameter for the executable.