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
 class PrintStreamHandler
          Offers an output handler that writes to a print stream like System.out.
 class SystemOutHandler
          Offers an output handler that writes to System.out.
 

Methods in org.apache.maven.shared.invoker that return InvocationOutputHandler
 InvocationOutputHandler InvocationRequest.getOutputHandler(InvocationOutputHandler defaultHandler)
          Gets the handler used to capture the standard output from the Maven build.
 InvocationOutputHandler InvocationRequest.getErrorHandler(InvocationOutputHandler defaultHandler)
          Gets the handler used to capture the error output from the Maven build.
 InvocationOutputHandler DefaultInvocationRequest.getErrorHandler(InvocationOutputHandler defaultHandler)
           
 InvocationOutputHandler DefaultInvocationRequest.getOutputHandler(InvocationOutputHandler defaultHandler)
           
 

Methods in org.apache.maven.shared.invoker with parameters of type InvocationOutputHandler
 Invoker Invoker.setOutputHandler(InvocationOutputHandler outputHandler)
          Sets the handler used to capture the standard output from the Maven build.
 Invoker Invoker.setErrorHandler(InvocationOutputHandler errorHandler)
          Sets the handler used to capture the error output from the Maven build.
 InvocationOutputHandler InvocationRequest.getOutputHandler(InvocationOutputHandler defaultHandler)
          Gets the handler used to capture the standard output from the Maven build.
 InvocationOutputHandler InvocationRequest.getErrorHandler(InvocationOutputHandler defaultHandler)
          Gets the handler used to capture the error output from the Maven build.
 InvocationRequest InvocationRequest.setOutputHandler(InvocationOutputHandler outputHandler)
          Sets the handler used to capture the standard output from the Maven build.
 InvocationRequest InvocationRequest.setErrorHandler(InvocationOutputHandler errorHandler)
          Sets the handler used to capture the error output from the Maven build.
 Invoker DefaultInvoker.setErrorHandler(InvocationOutputHandler errorHandler)
           
 Invoker DefaultInvoker.setOutputHandler(InvocationOutputHandler outputHandler)
           
 InvocationOutputHandler DefaultInvocationRequest.getErrorHandler(InvocationOutputHandler defaultHandler)
           
 InvocationOutputHandler DefaultInvocationRequest.getOutputHandler(InvocationOutputHandler defaultHandler)
           
 InvocationRequest DefaultInvocationRequest.setErrorHandler(InvocationOutputHandler errorHandler)
           
 InvocationRequest DefaultInvocationRequest.setOutputHandler(InvocationOutputHandler outputHandler)
           
 



Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.