|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClasspathDiscoverer
Discovers the classpath of the agent using the ServletContext
of the web app.
Method Summary | |
---|---|
java.util.concurrent.ConcurrentMap<java.lang.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 |
Method Detail |
---|
java.util.concurrent.ConcurrentMap<java.lang.String,JarDescriptor> discoverClasspath(@NotNull javax.servlet.ServletContext servletContext) throws java.lang.Exception
servletContext
- of the running app
JarDescriptor
s
java.lang.Exception
- if there was a problem discovering the classpath
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |