Interface DummyHandledFile

    • Method Detail

      • getComponentInstanceId

        String getComponentInstanceId()
        Gets the component instance id at which the virtual file is associated.
        Returns:
        the identifier of the component instance.
      • getPath

        String getPath()
        Gets the path of the virtual file. In most of cases, this information is the same as the name one.
        Returns:
        the virtual path of the file.
      • getName

        String getName()
        Gets the name of the virtual file.
        Returns:
        the virtual name of the file.
      • getSize

        long getSize()
        Gets the size of the virtual file (bytes).
        Returns:
        the virtual size of the file.
      • getMimeType

        String getMimeType()
        Gets the mime type of the virtual file.
        Returns:
        the virtual mime type of the file.
      • isDeleted

        boolean isDeleted()
        Indicates if the virtual file is a deleted one.
        Returns:
        true if the virtual file is being to be deleted, false otherwise.