Uses of Interface
de.gebit.integrity.runner.console.intercept.ConsoleInterceptorTarget
-
Packages that use ConsoleInterceptorTarget Package Description de.gebit.integrity.runner.console.intercept -
-
Uses of ConsoleInterceptorTarget in de.gebit.integrity.runner.console.intercept
Fields in de.gebit.integrity.runner.console.intercept declared as ConsoleInterceptorTarget Modifier and Type Field Description protected ConsoleInterceptorTargetDefaultConsoleInterceptionAggregator. interceptorTargetThe interceptor target used to receive intercepted lines.Fields in de.gebit.integrity.runner.console.intercept with type parameters of type ConsoleInterceptorTarget Modifier and Type Field Description protected List<ConsoleInterceptorTarget>DefaultConsoleOutputInterceptor. targetsThe interception targets.Methods in de.gebit.integrity.runner.console.intercept with parameters of type ConsoleInterceptorTarget Modifier and Type Method Description voidConsoleOutputInterceptor. registerTarget(ConsoleInterceptorTarget aTarget)Registers a target for intercepted data.voidDefaultConsoleOutputInterceptor. registerTarget(ConsoleInterceptorTarget aTarget)voidConsoleOutputInterceptor. unregisterTarget(ConsoleInterceptorTarget aTarget)Unregisters a registered target.voidDefaultConsoleOutputInterceptor. unregisterTarget(ConsoleInterceptorTarget aTarget)
-