public interface

ClasspathDiscoverer

com.atlassian.bamboo.agent.classserver.ClasspathDiscoverer
Known Indirect Subclasses

Class Overview

Discovers the classpath of the agent using the ServletContext of the web app.

Summary

Public Methods
ConcurrentMap<StringJarDescriptor> discoverClasspath(ServletContext servletContext)
Discovers and filters the classpath of the server to produce all the possible jars needed by a remote agent

Public Methods

public ConcurrentMap<StringJarDescriptor> discoverClasspath (ServletContext servletContext)

Discovers and filters the classpath of the server to produce all the possible jars needed by a remote agent

Parameters
servletContext of the running app
Returns
Throws
Exception if there was a problem discovering the classpath