Class PDFViewLauncher

java.lang.Object
com.ibm.wala.util.viz.PDFViewLauncher

public class PDFViewLauncher extends Object
Launch gsview on a postscript file

TODO: inherit from a launcher?

  • Field Details

    • pdffile

      protected @Nullable String pdffile
      Name of the postscript file to view
    • gvExe

      protected @Nullable String gvExe
      Path to ghostview executable
  • Constructor Details

    • PDFViewLauncher

      public PDFViewLauncher()
  • Method Details

    • getPDFFile

      public @Nullable String getPDFFile()
    • setPDFFile

      public void setPDFFile(String newPsfile)
    • getGvExe

      public @Nullable String getGvExe()
    • setGvExe

      public void setGvExe(String newGvExe)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • run

      public void run()
      See Also:
    • getException

      public @Nullable WalaException getException()
    • getProcess

      public @Nullable Process getProcess()
    • setProcess

      public void setProcess(Process process)