public class ClasspathDiscovererImpl extends Object implements ClasspathDiscoverer
Constructor and Description |
---|
ClasspathDiscovererImpl() |
Modifier and Type | Method and Description |
---|---|
Map<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
|
public Map<String,JarDescriptor> discoverClasspath(@NotNull javax.servlet.ServletContext servletContext) throws Exception
ClasspathDiscoverer
discoverClasspath
in interface ClasspathDiscoverer
servletContext
- of the running appJarDescriptor
sException
- if there was a problem discovering the classpathCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.