Module io.automatiko.engine.api
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 TypeMethodDescriptionvoidaugmentFiles(T augmented) Called at the time when file or collection of files where augmented by storage mechanismfiles()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
Called at the time when file or collection of files where augmented by storage mechanism- Parameters:
augmented- file or collection of files augmented
-