Interface Resource
- All Superinterfaces:
Resource
@API(status=DEPRECATED,
since="6.0")
@Deprecated(since="6.0",
forRemoval=true)
public interface Resource
extends Resource
Deprecated, for removal: This API element is subject to removal in a future version.
Resource
represents a resource on the classpath.
WARNING: a Resource
must provide correct
equals
and hashCode
implementations since a Resource
may potentially be stored in a
collection or map.
- Since:
- 1.11
- See Also:
-
Method Summary
Methods inherited from interface org.junit.platform.commons.io.Resource
getInputStream, getName, getUri
-
Method Details
-
of
-
Resource
instead.