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 UriSource
File system basedTestSource
.This interface uses
File
instead ofPath
because the latter does not implementSerializable
.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getFile()
Get the source file or directory.
-