Class LineCollector
- java.lang.Object
-
- com.github.blindpirate.gogradle.common.LineCollector
-
- All Implemented Interfaces:
java.util.function.Consumer<java.lang.String>
public class LineCollector extends java.lang.Object implements java.util.function.Consumer<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description LineCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String s)java.util.List<java.lang.String>getLines()java.lang.StringgetOutput()
-