Package com.getkeepsafe.dexcount.colors
Class StyleableTaskAdapter
- java.lang.Object
-
- com.getkeepsafe.dexcount.colors.StyleableTaskAdapter
-
- All Implemented Interfaces:
Styleable
public class StyleableTaskAdapter extends Object implements Styleable
-
-
Constructor Summary
Constructors Constructor Description StyleableTaskAdapter(org.gradle.api.DefaultTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwithStyledOutput(Color color, org.gradle.api.logging.LogLevel level, IOConsumer<PrintWriter> fn)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.getkeepsafe.dexcount.colors.Styleable
withStyledOutput, withStyledOutput, withStyledOutput
-
-
-
-
Constructor Detail
-
StyleableTaskAdapter
public StyleableTaskAdapter(org.gradle.api.DefaultTask task)
-
-
Method Detail
-
withStyledOutput
public void withStyledOutput(Color color, org.gradle.api.logging.LogLevel level, IOConsumer<PrintWriter> fn) throws IOException
- Specified by:
withStyledOutputin interfaceStyleable- Throws:
IOException
-
-