public class PDFViewLauncher extends Object
TODO: inherit from a launcher?
| Modifier and Type | Field and Description |
|---|---|
protected String |
gvExe
Path to ghostview executable
|
protected String |
pdffile
Name of the postscript file to view
|
| Constructor and Description |
|---|
PDFViewLauncher() |
| Modifier and Type | Method and Description |
|---|---|
WalaException |
getException() |
String |
getGvExe() |
String |
getPDFFile() |
Process |
getProcess() |
void |
run() |
void |
setGvExe(String newGvExe) |
void |
setPDFFile(String newPsfile) |
void |
setProcess(Process process) |
String |
toString() |
protected String pdffile
protected String gvExe
public String getPDFFile()
public void setPDFFile(String newPsfile)
public String getGvExe()
public void setGvExe(String newGvExe)
public void run()
Runnable.run()public WalaException getException()
public Process getProcess()
public void setProcess(Process process)