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
ATestSourcethat can be represented as aURI.- Since:
- 1.0
- See Also:
UriSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetUri()Get theURIthat represents this source.
-