Class PDFViewLauncher
java.lang.Object
com.ibm.wala.util.viz.PDFViewLauncher
Launch gsview on a postscript file
TODO: inherit from a launcher?
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable WalaException
@Nullable String
getGvExe()
@Nullable String
@Nullable Process
void
run()
void
void
setPDFFile
(String newPsfile) void
setProcess
(Process process) toString()
-
Field Details
-
pdffile
Name of the postscript file to view -
gvExe
Path to ghostview executable
-
-
Constructor Details
-
PDFViewLauncher
public PDFViewLauncher()
-
-
Method Details
-
getPDFFile
-
setPDFFile
-
getGvExe
-
setGvExe
-
toString
-
run
public void run()- See Also:
-
getException
-
getProcess
-
setProcess
-