|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.preflight.results.PreflightInfo
This class contains information about the preflight process. An instance of this class is created by the preflight engine when it runs a preflight operation on a document.
| Constructor Summary | |
PreflightInfo(String version)
Constructs a preflight information object. |
|
| Method Summary | |
String |
getComputerName()
Returns the name of the computer where the preflight was run. |
Date |
getDateTime()
Returns the date and time that the preflight was run. |
long |
getDuration()
Returns the duration of the preflight run. |
String |
getOSInfo()
Returns the OS name and version. |
String |
getUserName()
Returns the name of the user that ran the preflight. |
String |
getVersion()
Returns the version of the preflight engine. |
void |
setDuration(long millis)
Sets the duration of the preflight run. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PreflightInfo(String version)
version - The version of the preflight engine.| Method Detail |
public void setDuration(long millis)
millis - The duration of the preflight run in milliseconds.public String getComputerName()
public Date getDateTime()
public long getDuration()
public String getOSInfo()
public String getUserName()
public String getVersion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||