Interface IVHFileDescriptor

All Known Subinterfaces:
IVHFileAdapterDescriptor

public interface IVHFileDescriptor
  • Method Details

    • getFileName

      String getFileName()
      Returns:
      The name of the file.
    • getPath

      String getPath()
      Returns:
      The path to the file.
    • getContentType

      String getContentType()
      Returns:
      The MIME content type.
    • isStreamingMode

      boolean isStreamingMode()
      Returns:
      Returns true if download should download by stream otherwise false
    • getLastModified

      Date getLastModified()
      Returns:
      The last modified date of the file (could be null).
    • getFile

      File getFile()
      Returns the file object.
      Returns:
      Returns the file object. Not null, is not guaranteed that the file exists.