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 TypeClassDescriptionclassOffers an output handler that writes to a print stream likeSystem.out.classOffers an output handler that writes toSystem.out.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)