Class TeeConsumer
java.lang.Object
org.apache.maven.shared.release.exec.TeeConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
Consumer that both funnels to System.out/err, and stores in an internal buffer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBufferprivate Stringprivate static final Stringprivate PrintStream -
Constructor Summary
ConstructorsConstructorDescriptionTeeConsumer(PrintStream stream) TeeConsumer(PrintStream stream, String indent) -
Method Summary
-
Field Details
-
stream
-
-
LS
-
indent
-
-
Constructor Details
-
TeeConsumer
-
TeeConsumer
-
-
Method Details
-
consumeLine
- Specified by:
consumeLinein interfaceorg.codehaus.plexus.util.cli.StreamConsumer
-
getContent
-
toString
-