Package org.pitest.mutationtest.config
Class CompoundListenerFactory
- java.lang.Object
-
- org.pitest.mutationtest.config.CompoundListenerFactory
-
- All Implemented Interfaces:
MutationResultListenerFactory,ProvidesFeature,ToolClasspathPlugin
public class CompoundListenerFactory extends Object implements MutationResultListenerFactory
-
-
Field Summary
-
Fields inherited from interface org.pitest.mutationtest.MutationResultListenerFactory
LEGACY_MODE
-
-
Constructor Summary
Constructors Constructor Description CompoundListenerFactory(List<FeatureSetting> features, Collection<MutationResultListenerFactory> children)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()MutationResultListenergetListener(Properties props, ListenerArguments args)Stringname()Featureprovides()
-
-
-
Constructor Detail
-
CompoundListenerFactory
public CompoundListenerFactory(List<FeatureSetting> features, Collection<MutationResultListenerFactory> children)
-
-
Method Detail
-
getListener
public MutationResultListener getListener(Properties props, ListenerArguments args)
- Specified by:
getListenerin interfaceMutationResultListenerFactory
-
name
public String name()
- Specified by:
namein interfaceMutationResultListenerFactory
-
description
public String description()
- Specified by:
descriptionin interfaceToolClasspathPlugin
-
provides
public Feature provides()
- Specified by:
providesin interfaceMutationResultListenerFactory- Specified by:
providesin interfaceProvidesFeature
-
-