Uses of Interface
org.apache.maven.shared.invoker.InvocationOutputHandler
-
Uses of InvocationOutputHandler in org.apache.maven.shared.invoker
Modifier and TypeClassDescriptionclass
Offers an output handler that writes to a print stream likeSystem.out
.class
Offers an output handler that writes toSystem.out
.Modifier and TypeMethodDescriptionDefaultInvocationRequest.getErrorHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the error output from the Maven build.InvocationRequest.getErrorHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the error output from the Maven build.DefaultInvocationRequest.getOutputHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the standard output from the Maven build.InvocationRequest.getOutputHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the standard output from the Maven build.Modifier and TypeMethodDescriptionDefaultInvocationRequest.getErrorHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the error output from the Maven build.InvocationRequest.getErrorHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the error output from the Maven build.DefaultInvocationRequest.getOutputHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the standard output from the Maven build.InvocationRequest.getOutputHandler
(InvocationOutputHandler defaultHandler) Gets the handler used to capture the standard output from the Maven build.DefaultInvocationRequest.setErrorHandler
(InvocationOutputHandler errorHandler) Sets the handler used to capture the error output from the Maven build.DefaultInvoker.setErrorHandler
(InvocationOutputHandler errorHandler) Sets the handler used to capture the error output from the Maven build.InvocationRequest.setErrorHandler
(InvocationOutputHandler errorHandler) Sets the handler used to capture the error output from the Maven build.Invoker.setErrorHandler
(InvocationOutputHandler errorHandler) Deprecated.DefaultInvocationRequest.setOutputHandler
(InvocationOutputHandler outputHandler) Sets the handler used to capture the standard output from the Maven build.DefaultInvoker.setOutputHandler
(InvocationOutputHandler outputHandler) Sets the handler used to capture the standard output from the Maven build.InvocationRequest.setOutputHandler
(InvocationOutputHandler outputHandler) Sets the handler used to capture the standard output from the Maven build.Invoker.setOutputHandler
(InvocationOutputHandler outputHandler) Deprecated.
InvocationRequest.setErrorHandler(InvocationOutputHandler)