Class Diagnostic

java.lang.Object
pro.verron.officestamper.Diagnostic
All Implemented Interfaces:
Runnable

public final class Diagnostic extends Object implements Runnable
Diagnostic class for collecting system information.
  • Method Details

    • date

      public LocalDate date()
      Returns the diagnostic date.
      Returns:
      the date
    • user

      public String user()
      Returns the diagnostic user.
      Returns:
      the user
    • run

      public void run()
      Specified by:
      run in interface Runnable