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 class
PrintStreamHandler
Offers an output handler that writes to a print stream likeSystem.out
.class
SystemOutHandler
Offers an output handler that writes toSystem.out
.Methods in org.apache.maven.shared.invoker that return InvocationOutputHandler Modifier and Type Method Description InvocationOutputHandler
DefaultInvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)
InvocationOutputHandler
InvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)
Gets the handler used to capture the error output from the Maven build.InvocationOutputHandler
DefaultInvocationRequest. getOutputHandler(InvocationOutputHandler defaultHandler)
InvocationOutputHandler
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 InvocationOutputHandler Modifier and Type Method Description InvocationOutputHandler
DefaultInvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)
InvocationOutputHandler
InvocationRequest. getErrorHandler(InvocationOutputHandler defaultHandler)
Gets the handler used to capture the error output from the Maven build.InvocationOutputHandler
DefaultInvocationRequest. getOutputHandler(InvocationOutputHandler defaultHandler)
InvocationOutputHandler
InvocationRequest. getOutputHandler(InvocationOutputHandler defaultHandler)
Gets the handler used to capture the standard output from the Maven build.InvocationRequest
DefaultInvocationRequest. setErrorHandler(InvocationOutputHandler errorHandler)
Invoker
DefaultInvoker. setErrorHandler(InvocationOutputHandler errorHandler)
InvocationRequest
InvocationRequest. setErrorHandler(InvocationOutputHandler errorHandler)
Sets the handler used to capture the error output from the Maven build.Invoker
Invoker. setErrorHandler(InvocationOutputHandler errorHandler)
Sets the handler used to capture the error output from the Maven build.InvocationRequest
DefaultInvocationRequest. setOutputHandler(InvocationOutputHandler outputHandler)
Invoker
DefaultInvoker. setOutputHandler(InvocationOutputHandler outputHandler)
InvocationRequest
InvocationRequest. setOutputHandler(InvocationOutputHandler outputHandler)
Sets the handler used to capture the standard output from the Maven build.Invoker
Invoker. setOutputHandler(InvocationOutputHandler outputHandler)
Sets the handler used to capture the standard output from the Maven build.
-