TEMERITY

us.temerity.pipeline.plugin.AcroreadEditor.v2_2_1
Class AcroreadEditor

java.lang.Object
  extended by us.temerity.pipeline.Named
      extended by us.temerity.pipeline.PluginID
          extended by us.temerity.pipeline.BasePlugin
              extended by us.temerity.pipeline.BaseEditor
                  extended by us.temerity.pipeline.SimpleEditor
                      extended by us.temerity.pipeline.SimpleSingleEditor
                          extended by us.temerity.pipeline.plugin.AcroreadEditor.v2_2_1.AcroreadEditor
All Implemented Interfaces:
Serializable, Cloneable, Comparable<PluginID>, Glueable

public class AcroreadEditor
extends SimpleSingleEditor

The Adobe Portable Document Format (PDF) viewer.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class us.temerity.pipeline.BasePlugin
pDescription
 
Fields inherited from class us.temerity.pipeline.PluginID
pVendor, pVersionID
 
Fields inherited from class us.temerity.pipeline.Named
pName
 
Constructor Summary
AcroreadEditor()
           
 
Method Summary
 String getProgram()
          Gets the name of the editor executable.
 
Methods inherited from class us.temerity.pipeline.SimpleSingleEditor
prep
 
Methods inherited from class us.temerity.pipeline.SimpleEditor
launch
 
Methods inherited from class us.temerity.pipeline.BaseEditor
cleanupLater, clone, createTemp, equals, getPluginType, hasPrepMethod, ignoreExitCode, makeWorkingDirs, setProgram
 
Methods inherited from class us.temerity.pipeline.BasePlugin
addSupport, compareTo, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment
 
Methods inherited from class us.temerity.pipeline.PluginID
fromGlue, getVendor, getVersionID, toGlue
 
Methods inherited from class us.temerity.pipeline.Named
getName
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcroreadEditor

public AcroreadEditor()
Method Detail

getProgram

public String getProgram()
Gets the name of the editor executable.

Overrides:
getProgram in class BaseEditor

TEMERITY