public class FatJarPackageScanResourceResolver
extends org.apache.camel.impl.engine.DefaultPackageScanResourceResolver
org.apache.camel.spi.PackageScanResourceResolver that is able to
scan spring-boot fat jars to find resources contained also in nested jars.| Constructor and Description |
|---|
FatJarPackageScanResourceResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
doLoadImplementationsInJar(String packageName,
InputStream stream,
String urlPath) |
protected List<String> |
doLoadImplementationsInJar(String packageName,
InputStream stream,
String urlPath,
boolean inspectNestedJars,
boolean closeStream) |
doFind, doFindResources, doInit, doStop, findInClasspath, findInFileSystem, findResources, loadImplementationsInJaraddClassLoader, 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, findResourceNames, findResourceStreams, getClassLoaders, setAcceptableSchemesgetCamelContext, setCamelContext, trySetCamelContextprotected List<String> doLoadImplementationsInJar(String packageName, InputStream stream, String urlPath)
doLoadImplementationsInJar in class org.apache.camel.impl.engine.DefaultPackageScanResourceResolverprotected List<String> doLoadImplementationsInJar(String packageName, InputStream stream, String urlPath, boolean inspectNestedJars, boolean closeStream)
Apache Camel