Interface IPromptQueryExportAnalysisSpec


public interface IPromptQueryExportAnalysisSpec
Specification for analyzing a prompt query export file.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    Gets the password to use for decryption, if the prompt export file is encrypted.
    default boolean
    Checks if a password has been provided for decryption.
  • Method Details

    • getPassword

      char[] getPassword()
      Gets the password to use for decryption, if the prompt export file is encrypted.
      Returns:
      The password as a character array, or null/empty if no password is provided.
    • hasPassword

      default boolean hasPassword()
      Checks if a password has been provided for decryption.
      Returns:
      true if a non-empty password is present, false otherwise.