@ResourceResolver(value="github")
public class GitHubResourceResolver
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.spi.ResourceResolver
| Constructor and Description |
|---|
GitHubResourceResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.CamelContext |
getCamelContext() |
String |
getSupportedScheme() |
org.apache.camel.spi.Resource |
resolve(String location) |
void |
setBranch(String branch) |
void |
setCamelContext(org.apache.camel.CamelContext camelContext) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic void setBranch(String branch)
public String getSupportedScheme()
getSupportedScheme in interface org.apache.camel.spi.ResourceResolverpublic org.apache.camel.spi.Resource resolve(String location)
resolve in interface org.apache.camel.spi.ResourceResolverApache Camel