Interface IDownloadableFile

  • All Known Implementing Classes:
    FileConfig, TransformedFileConfig

    public interface IDownloadableFile
    An interface ONLY to integrate fileConfig FileConfig and transformedFileConfig TransformedFileConfig for a matter of file download.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • Method Detail

      • getContentType

        String getContentType()
        Returns the file content type
        Returns:
        the file content type
        Since:
        6.1.0
      • getFileSize

        long getFileSize()
        Returns the file size
        Returns:
        the file size
        Since:
        6.1.0
      • getName

        String getName()
        Returns the file name
        Returns:
        the file name
        Since:
        6.1.0