public class ClassToJarPathSubmitterImpl extends java.lang.Object implements ClassToJarPathSubmitter
| Modifier and Type | Field and Description |
|---|---|
static ClassToJarPathSubmitter |
NO_OP_INSTANCE |
| Constructor and Description |
|---|
ClassToJarPathSubmitterImpl(JarAnalystFactory jarAnalystFactory,
java.util.concurrent.ExecutorService executorService,
com.newrelic.api.agent.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
processUrl(java.net.URL url)
Determines if the supplied URL maps to a jar-type code location and if so, submits
the jar to the jar collector analysis queue.
|
public static final ClassToJarPathSubmitter NO_OP_INSTANCE
public ClassToJarPathSubmitterImpl(JarAnalystFactory jarAnalystFactory, java.util.concurrent.ExecutorService executorService, com.newrelic.api.agent.Logger logger)
public void processUrl(java.net.URL url)
ClassToJarPathSubmitterprocessUrl in interface ClassToJarPathSubmitterurl - the URL to analyse