public class PluginServices extends Object
Constructor and Description |
---|
PluginServices(ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends ClientClasspathPlugin> |
findClientClasspathPlugins()
Lists all plugin classes that must be present on the classpath of the code
under test at runtime
|
Collection<? extends ProvidesFeature> |
findFeatures() |
Collection<? extends MutationInterceptorFactory> |
findInterceptors() |
Collection<? extends ToolClasspathPlugin> |
findToolClasspathPlugins()
Lists all plugin classes that must be present on the classpath of the
controlling process only.
|
static PluginServices |
makeForContextLoader() |
public PluginServices(ClassLoader loader)
public static PluginServices makeForContextLoader()
public Collection<? extends ToolClasspathPlugin> findToolClasspathPlugins()
public Iterable<? extends ClientClasspathPlugin> findClientClasspathPlugins()
public Collection<? extends MutationInterceptorFactory> findInterceptors()
public Collection<? extends ProvidesFeature> findFeatures()
Copyright © 2021 org.pitest. All rights reserved.