Class ClasspathDiscovererImpl

java.lang.Object
com.atlassian.bamboo.agent.classserver.ClasspathDiscovererImpl
All Implemented Interfaces:
ClasspathDiscoverer

public class ClasspathDiscovererImpl extends Object implements ClasspathDiscoverer
  • Constructor Details

    • ClasspathDiscovererImpl

      public ClasspathDiscovererImpl()
  • Method Details

    • 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