Interface FileSystemSource
-
- All Superinterfaces:
java.io.Serializable,TestSource,UriSource
- All Known Implementing Classes:
DirectorySource,FileSource
@API(status=STABLE, since="1.0") public interface FileSystemSource extends UriSourceFile system basedTestSource.This interface uses
Fileinstead ofPathbecause the latter does not implementSerializable.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetFile()Get the source file or directory.
-