Uses of Interface
de.gebit.integrity.runner.console.intercept.ConsoleOutputInterceptor
-
Packages that use ConsoleOutputInterceptor Package Description de.gebit.integrity.runner de.gebit.integrity.runner.console.intercept de.gebit.integrity.runner.forking de.gebit.integrity.runner.logging -
-
Uses of ConsoleOutputInterceptor in de.gebit.integrity.runner
Methods in de.gebit.integrity.runner that return types with arguments of type ConsoleOutputInterceptor Modifier and Type Method Description Class<? extends ConsoleOutputInterceptor>IntegrityRunnerModule. bindConsoleOutputInterceptor()Binding of theConsoleOutputInterceptor. -
Uses of ConsoleOutputInterceptor in de.gebit.integrity.runner.console.intercept
Classes in de.gebit.integrity.runner.console.intercept that implement ConsoleOutputInterceptor Modifier and Type Class Description classDefaultConsoleOutputInterceptorDefault implementation of a console output interceptor.Fields in de.gebit.integrity.runner.console.intercept declared as ConsoleOutputInterceptor Modifier and Type Field Description protected ConsoleOutputInterceptorDefaultConsoleInterceptionAggregator. interceptorThe interceptor service. -
Uses of ConsoleOutputInterceptor in de.gebit.integrity.runner.forking
Fields in de.gebit.integrity.runner.forking declared as ConsoleOutputInterceptor Modifier and Type Field Description protected ConsoleOutputInterceptorFork. consoleInterceptorThe console interceptor. -
Uses of ConsoleOutputInterceptor in de.gebit.integrity.runner.logging
Fields in de.gebit.integrity.runner.logging declared as ConsoleOutputInterceptor Modifier and Type Field Description protected ConsoleOutputInterceptorDefaultFixtureLogger. consoleOutputInterceptorThe console interceptor.
-