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