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 InvocationOutputHandler Modifier and Type Class Description classPrintStreamHandlerOffers an output handler that writes to a print stream likeSystem.out.classSystemOutHandlerOffers an output handler that writes toSystem.out.Methods in org.apache.maven.shared.invoker that return InvocationOutputHandler Modifier and Type Method Description InvocationOutputHandlerDefaultInvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)InvocationOutputHandlerInvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)Gets the handler used to capture the error output from the Maven build.InvocationOutputHandlerDefaultInvocationRequest. getOutputHandler(InvocationOutputHandler defaultHandler)InvocationOutputHandlerInvocationRequest. 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 InvocationOutputHandler Modifier and Type Method Description InvocationOutputHandlerDefaultInvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)InvocationOutputHandlerInvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)Gets the handler used to capture the error output from the Maven build.InvocationOutputHandlerDefaultInvocationRequest. getOutputHandler(InvocationOutputHandler defaultHandler)InvocationOutputHandlerInvocationRequest. getOutputHandler(InvocationOutputHandler defaultHandler)Gets the handler used to capture the standard output from the Maven build.InvocationRequestDefaultInvocationRequest. setErrorHandler(InvocationOutputHandler errorHandler)InvokerDefaultInvoker. setErrorHandler(InvocationOutputHandler errorHandler)InvocationRequestInvocationRequest. setErrorHandler(InvocationOutputHandler errorHandler)Sets the handler used to capture the error output from the Maven build.InvokerInvoker. setErrorHandler(InvocationOutputHandler errorHandler)Sets the handler used to capture the error output from the Maven build.InvocationRequestDefaultInvocationRequest. setOutputHandler(InvocationOutputHandler outputHandler)InvokerDefaultInvoker. setOutputHandler(InvocationOutputHandler outputHandler)InvocationRequestInvocationRequest. setOutputHandler(InvocationOutputHandler outputHandler)Sets the handler used to capture the standard output from the Maven build.InvokerInvoker. setOutputHandler(InvocationOutputHandler outputHandler)Sets the handler used to capture the standard output from the Maven build.
-