Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Custom Resource Handler

Wade Pearce edited this page Jan 15, 2015 · 1 revision

The type of remote resource may not fit the specifications of the RamlFileHandler or ZipArchiveHandler, so it is possible to implement your own instance of the RamlResourceHandler interface.

The expectation of the interface is that the File passed in will be a reference to the downloaded resource from a provided URL while the returned File instance should reference a local RAML specification file.

  • Home
  • [RAML Specifications](RAML Specifications)
    • [Class Path Specification](Class Path Specifications)
    • [File Path Specification](File Path Specifications)
    • [Remote Specification](Remote Path Specifications)
      • Handlers
        • [Zip Archive](Zip Archive Handler)
        • [RAML File](RAML File Handler)
        • [Custom](Custom Resource Handler)
    • [Custom Specification](Custom Specification)
  • [JUnit Test Rule](JUnit Test Rule)
Clone this wiki locally