Class ClasspathDiscovererImpl

    • Constructor Detail

      • ClasspathDiscovererImpl

        public ClasspathDiscovererImpl()
    • Method Detail

      • discoverClasspath

        public Map<String,​JarDescriptor> discoverClasspath​(@NotNull
                                                                 @NotNull javax.servlet.ServletContext servletContext)
                                                          throws Exception
        Description copied from interface: ClasspathDiscoverer
        Discovers and filters the classpath of the server to produce all the possible jars needed by a remote agent
        Specified by:
        discoverClasspath in interface ClasspathDiscoverer
        Parameters:
        servletContext - of the running app
        Returns:
        map of jar names to JarDescriptors
        Throws:
        Exception - if there was a problem discovering the classpath