Package com.github.blindpirate.gogradle
Class Go.ClosureLineConsumer
- java.lang.Object
-
- com.github.blindpirate.gogradle.Go.ClosureLineConsumer
-
- All Implemented Interfaces:
java.util.function.Consumer<java.lang.String>
- Enclosing class:
- Go
public static class Go.ClosureLineConsumer extends java.lang.Object implements java.util.function.Consumer<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description ClosureLineConsumer(groovy.lang.Closure closure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String s)
-