public class DefaultPackageScanResourceResolver extends BasePackageScanResolver implements org.apache.camel.spi.PackageScanResourceResolver, org.apache.camel.NonManagedService, org.apache.camel.CamelContextAware
PackageScanResourceResolveracceptableSchemes, log| Constructor and Description |
|---|
DefaultPackageScanResourceResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFind(String packageName,
ClassLoader classLoader,
Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources,
String subPattern) |
protected void |
doFindResources(String location,
Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources) |
protected void |
doInit() |
protected void |
doStop() |
protected void |
findInClasspath(String packageName,
Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources,
String subPattern) |
protected void |
findInFileSystem(File dir,
Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources,
String subPattern) |
Set<String> |
findResourceNames(String location) |
Set<InputStream> |
findResources(String location) |
addClassLoader, customResourceLocator, getCamelContext, getClassLoaders, getResources, isAcceptableScheme, setAcceptableSchemes, setCamelContextbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doStart, 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, waitaddClassLoader, getClassLoaders, setAcceptableSchemesgetCamelContext, setCamelContext, trySetCamelContextpublic Set<String> findResourceNames(String location) throws Exception
findResourceNames in interface org.apache.camel.spi.PackageScanResourceResolverExceptionpublic Set<InputStream> findResources(String location) throws Exception
findResources in interface org.apache.camel.spi.PackageScanResourceResolverExceptionprotected void doFindResources(String location, Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources) throws Exception
Exceptionprotected void findInFileSystem(File dir, Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources, String subPattern) throws Exception
Exceptionprotected void findInClasspath(String packageName, Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources, String subPattern)
protected void doFind(String packageName, ClassLoader classLoader, Set<org.apache.camel.util.KeyValueHolder<String,InputStream>> resources, String subPattern)
protected void doInit()
throws Exception
doInit in class org.apache.camel.support.service.BaseServiceExceptionApache Camel