|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.shared.invoker.PrintStreamHandler
org.apache.maven.shared.invoker.SystemOutHandler
public class SystemOutHandler
Offers an output handler that writes to System.out
.
Constructor Summary | |
---|---|
SystemOutHandler()
Creates a new output handler. |
|
SystemOutHandler(boolean alwaysFlush)
Creates a new output handler. |
Method Summary |
---|
Methods inherited from class org.apache.maven.shared.invoker.PrintStreamHandler |
---|
consumeLine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemOutHandler()
public SystemOutHandler(boolean alwaysFlush)
alwaysFlush
- A flag whether the print stream should be flushed after each line.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |