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<InputStream> resources,
String subPattern) |
protected void |
doStart() |
protected void |
doStop() |
protected void |
findInClasspath(String packageName,
Set<InputStream> resources,
String subPattern) |
protected void |
findInFileSystem(File dir,
Set<InputStream> resources,
String subPattern) |
Set<InputStream> |
findResources(String location) |
addClassLoader, customResourceLocator, getCamelContext, getClassLoaders, getResources, isAcceptableScheme, setAcceptableSchemes, setCamelContextbuild, doBuild, doInit, doResume, doShutdown, doSuspend, 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 Set<InputStream> findResources(String location) throws Exception
findResources in interface org.apache.camel.spi.PackageScanResourceResolverExceptionprotected void findInFileSystem(File dir, Set<InputStream> resources, String subPattern) throws Exception
Exceptionprotected void findInClasspath(String packageName, Set<InputStream> resources, String subPattern)
protected void doFind(String packageName, ClassLoader classLoader, Set<InputStream> resources, String subPattern)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.ServiceSupportExceptionApache Camel