Package com.ibm.wala.util.viz
Class PDFViewLauncher
- java.lang.Object
-
- com.ibm.wala.util.viz.PDFViewLauncher
-
public class PDFViewLauncher extends Object
Launch gsview on a postscript fileTODO: inherit from a launcher?
-
-
Constructor Summary
Constructors Constructor Description PDFViewLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable WalaExceptiongetException()@Nullable StringgetGvExe()@Nullable StringgetPDFFile()@Nullable ProcessgetProcess()voidrun()voidsetGvExe(String newGvExe)voidsetPDFFile(String newPsfile)voidsetProcess(Process process)StringtoString()
-
-
-
Method Detail
-
getPDFFile
public @Nullable String getPDFFile()
-
setPDFFile
public void setPDFFile(String newPsfile)
-
getGvExe
public @Nullable String getGvExe()
-
setGvExe
public void setGvExe(String newGvExe)
-
run
public void run()
- See Also:
Runnable.run()
-
getException
public @Nullable WalaException getException()
-
getProcess
public @Nullable Process getProcess()
-
setProcess
public void setProcess(Process process)
-
-