Interface WrappedFile<T>


  • public interface WrappedFile<T>
    Wraps a file.
    • Method Detail

      • getFile

        T getFile()
        Gets the file.
        Returns:
        the file.
      • getBody

        Object getBody()
        Gets the content of the file.
        Returns:
        the content of the file.