java.lang.Object
net.thucydides.model.requirements.model.cucumber.URIResource
All Implemented Interfaces:
io.cucumber.core.resource.Resource

public class URIResource extends Object implements io.cucumber.core.resource.Resource
  • Constructor Details

    • URIResource

      public URIResource(Path resource)
  • Method Details

    • getUri

      public URI getUri()
      Specified by:
      getUri in interface io.cucumber.core.resource.Resource
    • getInputStream

      public InputStream getInputStream() throws IOException
      Specified by:
      getInputStream in interface io.cucumber.core.resource.Resource
      Throws:
      IOException