Uses of Class
org.codehaus.groovy.maven.common.StreamPair

Packages that use StreamPair
org.codehaus.groovy.maven.common   
 

Uses of StreamPair in org.codehaus.groovy.maven.common
 

Fields in org.codehaus.groovy.maven.common declared as StreamPair
static StreamPair StreamPair.SYSTEM
          The original System streams (as they were when this class loads).
 

Methods in org.codehaus.groovy.maven.common that return StreamPair
static StreamPair StreamPair.system()
          Create a new pair as System is currently configured.
 

Methods in org.codehaus.groovy.maven.common with parameters of type StreamPair
static void SystemOutputHijacker.register(StreamPair pair)
          Register streams for the current thread.
static void SystemOutputHijacker.restore(StreamPair streams)
          Restores the System streams to the given pair and resets the hijacker state to uninstalled.
static void StreamPair.system(StreamPair streams)
          Install the given stream pair as the System streams.
 



Copyright © 2006-2008 Codehaus. All Rights Reserved.