Interface CustomPluginFileDescription.Builder

  • Method Details

    • fileMd5

      The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

      Parameters:
      fileMd5 - The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileSize

      The size in bytes of the custom plugin file. You can use it to validate the file.

      Parameters:
      fileSize - The size in bytes of the custom plugin file. You can use it to validate the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.