Uses of Interface
org.apache.maven.shared.invoker.InvocationOutputHandler
-
Uses of InvocationOutputHandler in org.apache.maven.shared.invoker
Classes in org.apache.maven.shared.invoker that implement InvocationOutputHandlerModifier and TypeClassDescriptionclass
Offers an output handler that writes to a print stream likeSystem.out
.class
Offers an output handler that writes toSystem.out
.Fields in org.apache.maven.shared.invoker declared as InvocationOutputHandlerModifier and TypeFieldDescriptionprivate static final InvocationOutputHandler
DefaultInvoker.DEFAULT_OUTPUT_HANDLER
private InvocationOutputHandler
DefaultInvocationRequest.errorHandler
private InvocationOutputHandler
DefaultInvoker.errorHandler
private InvocationOutputHandler
DefaultInvocationRequest.outputHandler
private InvocationOutputHandler
DefaultInvoker.outputHandler
Methods in org.apache.maven.shared.invoker that return InvocationOutputHandlerModifier 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.Methods in org.apache.maven.shared.invoker with parameters of type InvocationOutputHandlerModifier 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)