Class NuixDiagnostics


  • public class NuixDiagnostics
    extends java.lang.Object
    Provides methods for generating Nuix diagnostics files.
    • Constructor Summary

      Constructors 
      Constructor Description
      NuixDiagnostics()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void saveDiagnosticsToDirectory​(java.io.File directory)
      Convenience method for saving a diagnostics file to a directory.
      static void saveDiagnosticsToDirectory​(java.lang.String directory)
      Convenience method for saving a diagnostics file to a directory.
      static void saveDiagnosticsToFile​(java.io.File zipFile)
      Saves a Nuix diagnostics zip file at the specified path.
      static void saveDiagnosticsToFile​(java.lang.String zipFile)
      Saves a Nuix diagnostics zip file at the specified path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NuixDiagnostics

        public NuixDiagnostics()
    • Method Detail

      • saveDiagnosticsToFile

        public static void saveDiagnosticsToFile​(java.io.File zipFile)
        Saves a Nuix diagnostics zip file at the specified path.
        Parameters:
        zipFile - The zip file to save Nuix diagnostics into
      • saveDiagnosticsToFile

        public static void saveDiagnosticsToFile​(java.lang.String zipFile)
        Saves a Nuix diagnostics zip file at the specified path.
        Parameters:
        zipFile - The zip file to save Nuix diagnostics into
      • saveDiagnosticsToDirectory

        public static void saveDiagnosticsToDirectory​(java.io.File directory)
        Convenience method for saving a diagnostics file to a directory. Internally calls saveDiagnosticsToFile(File) with a file path using the specified directory and a time stamped file name.
        Parameters:
        directory - The directory to save Nuix the diagnostics zip file to.
      • saveDiagnosticsToDirectory

        public static void saveDiagnosticsToDirectory​(java.lang.String directory)
        Convenience method for saving a diagnostics file to a directory. Internally calls saveDiagnosticsToFile(File) with a file path using the specified directory and a time stamped file name.
        Parameters:
        directory - The directory to save Nuix the diagnostics zip file to.