public interface Resource
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream() |
URI |
getUri()
Returns a uri representing this resource.
|
URI getUri()
Resources on the classpath will have the form
classpath:com/example.feature
while resources on the file
system will have the form file:/path/to/example.feature
. Other
resources will be represented by their exact uri.
InputStream getInputStream() throws IOException
IOException
Copyright © 2019. All rights reserved.