Class GistResource

java.lang.Object
org.apache.camel.support.ResourceSupport
org.apache.camel.github.GistResource
All Implemented Interfaces:
org.apache.camel.spi.Resource

public final class GistResource extends org.apache.camel.support.ResourceSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
    GistResource(org.apache.camel.CamelContext camelContext, String location)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

    Methods inherited from class org.apache.camel.support.ResourceSupport

    equals, getLocation, getScheme, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.camel.spi.Resource

    getReader, getReader, getURI, getURL
  • Constructor Details

    • GistResource

      public GistResource(org.apache.camel.CamelContext camelContext, String location)
  • Method Details