public interface ClasspathDiscoverer
ServletContext
of the web app.Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,JarDescriptor> |
discoverClasspath(javax.servlet.ServletContext servletContext)
Discovers and filters the classpath of the server to produce all the possible jars needed by a remote agent
|
ConcurrentMap<String,JarDescriptor> discoverClasspath(@NotNull javax.servlet.ServletContext servletContext) throws Exception
servletContext
- of the running appJarDescriptor
sException
- if there was a problem discovering the classpathCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.