Class GitHubResource

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

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

    Constructors
    Constructor
    Description
    GitHubResource(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

    • GitHubResource

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