Uses of Interface
de.gebit.integrity.runner.console.intercept.ConsoleInterceptionAggregator
-
Packages that use ConsoleInterceptionAggregator Package Description de.gebit.integrity.runner de.gebit.integrity.runner.callbacks.xml de.gebit.integrity.runner.console.intercept -
-
Uses of ConsoleInterceptionAggregator in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that return types with arguments of type ConsoleInterceptionAggregator Modifier and Type Method Description Class<? extends ConsoleInterceptionAggregator>IntegrityRunnerModule. bindConsoleInterceptionAggregator()Binding of theConsoleInterceptionAggregator. -
Uses of ConsoleInterceptionAggregator in de.gebit.integrity.runner.callbacks.xml
Fields in de.gebit.integrity.runner.callbacks.xml declared as ConsoleInterceptionAggregator Modifier and Type Field Description protected ConsoleInterceptionAggregatorXmlWriterTestCallback. consoleInterceptorThe interception service used to intercept console output. -
Uses of ConsoleInterceptionAggregator in de.gebit.integrity.runner.console.intercept
Classes in de.gebit.integrity.runner.console.intercept that implement ConsoleInterceptionAggregator Modifier and Type Class Description classDefaultConsoleInterceptionAggregatorDefault implementation of an interception aggregator.
-