Interface WrappedFile<T>


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

    Modifier and Type
    Method
    Description
    Gets the content of the file.
    Gets the file.
  • Method Details

    • getFile

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

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