Interface HasFiles<T>

Type Parameters:
T - type of file used. Can be single file or collection of files

public interface HasFiles<T>
Indicates that a java object contains files. Type of the file is declared as parametrized type
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    augmentFiles(T augmented)
    Called at the time when file or collection of files where augmented by storage mechanism
    Returns file or collection of files included in the object
  • Method Details

    • files

      T files()
      Returns file or collection of files included in the object
      Returns:
      files
    • augmentFiles

      void augmentFiles(T augmented)
      Called at the time when file or collection of files where augmented by storage mechanism
      Parameters:
      augmented - file or collection of files augmented