Interface UriSource
-
- All Superinterfaces:
Serializable
,TestSource
- All Known Subinterfaces:
FileSystemSource
- All Known Implementing Classes:
DirectorySource
,FileSource
@API(status=STABLE, since="1.0") public interface UriSource extends TestSource
ATestSource
that can be represented as aURI
.- Since:
- 1.0
- See Also:
UriSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URI
getUri()
Get theURI
that represents this source.
-